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

Admin: @andrey2019
Download Telegram
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
Launch a Vue.js Blog in Less Than 2 Hours

Learn how to build a killer Vue.js blog with a full demo: custom plugin, templating, pagination, filtering, data decoupling, and more! - https://goo.gl/wWZK25

#vue
Error Logging in Angular 2 with `ErrorHandler`

Error handling is one of those things no one wants to deal with, well in Angular you can create a global handler and never have to worry again. Here’s how. - https://goo.gl/kxH6AC

#angular2
Using SVGs as Placeholders, and Other Image Loading Techniques

A frontend developer from Spotify looks at several approaches to showing something in place of an image before that image loads. - https://goo.gl/qBbkkP

#svg
Creating Secure Password Resets With JSON Web Tokens

A thorough introduction to JWTs and their use from Node. JWTs can contain encoded information that can be validated to ensure it hasn’t been tampered with. - https://goo.gl/7KsVC9

#nodejs