FrontEnd Development
30.9K subscribers
145 photos
1 video
9.35K links
Полезные ссылки иHTML, CSS, JavaScript, TypeScript, Angular, React, Vue, Node.js, Mobile and more.

Admin: @andrey2019
Download Telegram
Flexbox and Grids, Your Layout’s Best Friends

Eva Ferreira debunks some of the myths around Flexbox & Grids in order to show you the power of these two technologies working together. - https://goo.gl/iAGqwz

#css #flexbox #grid
Right-To-Left Development In Mobile Design

A thorough list of tips that are useful for anyone developing an RTL product. - https://goo.gl/7b4EN4

#mobile #design
How the V8 Team is Using a New 'Web Tooling Benchmark'

You know when hardware reviewers benchmark against Photoshop and games? This is a look at a new, similarly practical performance test for JavaScript engines. - https://goo.gl/Npyd1M

#javascript #v8
How to Use Font Awesome in an Ionic Application -
https://goo.gl/8MvTYL

#ionic
Ending The Debate on Inline Functions in React

A look at reflective-bind, a Babel plugin to eliminate ‘wasteful re-rendering’ in React components caused by inline functions. - https://goo.gl/2Sxjho

#react
Internationalization with React and i18next

i18next is a framework for providing i18n features across your entire app. - https://goo.gl/NMbTPX

#react #internationalization
👍1
29 Videos from Last Week’s NodeConfEU 2017

NodeConfEU took place in Ireland last week and there are already some great videos out, including Building a radio data network with Node, The memory footprint of Node modules, and a talk about the development of npm v5 and v6. - https://goo.gl/JVvuWY

#nodejs #conf #video
Vue School is just around the corner

Vue School is dropping their Master Class soon. Leave your email to get a ridiculous launch-offer. - https://goo.gl/VkZAUZ

#vue #school
Crossing Guards

A really great overview from Chris Burnell about the IntersectionObserver. Chris looks at how we (used) handle lazy-loading or infinite scrolling these days, covers off the potential pitfalls when it comes to 60FPS and performance and finishes with a rather tasty codepen demo - https://goo.gl/T3Jv2E

#responsive
Exploring Some Simple React Patterns - https://goo.gl/eb29Tz

#react
Node v9.2.0 (Current) Released

Only a minor update. process.ppid, fs.realpathSync.native and fs.realpath.native are now exposed - https://goo.gl/p5o6o3

#nodejs #release
How to Deploy Node Applications: Heroku vs Now.sh

Michiel Mulders compares Heroku and Now.sh, showing how to deploy Node apps to each service and looking at additional features like monitoring and logging. - https://goo.gl/ZCBD2r

#nodejs
How Redux Can Make You A Better Developer

If adopted, Redux has the potential to totally change your approach to writing code and organizing applications. - https://goo.gl/as6bvt

#redux
Generate forms using JSON Schema and Vue.js

Vue component which adds forms based your defined JSON Schemas - https://goo.gl/CLn97i

#vue