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
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
SEO in 2018: The Definitive Guide

An excellent all-encompassing guide to Search Engine Optimisation (SEO) for 2018. The list takes you through current best practices as well as some of the changes that Google are making and how they might affect you - like a mobile-first index for example. - https://goo.gl/kcKf12

#seo #guide
Using a React 16 'Portal' to Do Something Cool

Portals provide a first-class way to render children into a DOM node that exists outside the DOM hierarchy of the parent component. - https://goo.gl/pYarJb

#react