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
Everything we Learned Building a Backend-as-a-Service
Baqend is building a Backend-as-a-Service (BaaS) service that is geared towards scalability and web performance. Coming from research, they try to be open about the architecture of the platform and therefore would love to share how everything works at a technical level - .https://goo.gl/zWZtHl

#microservice
Rearchitecting Airbnb’s Frontend
The tale of Airbnb’s move away from a fully server rendered Rails-based solution to a hybrid approach involving React, React Router, and Hypernova for server-side rendering of React views. - https://goo.gl/cbYU00

#react
You Don't Know JS
This is a series of books diving deep into the core mechanisms of the JavaScript language - https://goo.gl/YO8RbK

Books:
- Up & Going
- Scope & Closures
- this & Object Prototypes
- Types & Grammar
- Async & Performance
- ES6 & Beyond

#javascript #books #free
The One Thing You Need to Know About React Router 4
“Routes” aren’t really routes, they are just components. - https://goo.gl/5f2i3F

#react #reactrouter
What's New in Chrome 60's DevTools
There’s a new ‘Audits’ panel showing quality measurements for various aspects of your page and easier tracking of third party resources - https://goo.gl/cer8RE

#chrome #tools
Node.js Streams: Everything You Need to Know
“Streams are Node’s best and most misunderstood idea.” Which might be why many articles have been written about them. - https://goo.gl/9dR9Vu

#nodejs #streams
ORY Editor: A Customizable WYSIWYG Content Editor
A smart, extensible and modern WYSIWYG editor written in React and using Slate.js and Redux - https://goo.gl/rLNnmU

#react #redux #wysiwyg
Production Progressive Web Apps with JS Frameworks
In this Google I/O session, Addy Osmani covers PWA best practices, patterns for efficiently loading sites and the latest tools for getting fast and staying fast. - https://goo.gl/i9DLTh

#progressiveweb #googleio