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
Designing a System of Microservices
Ultimately, the intent of this system design process is to help take a best guess on how to define service boundaries for microservices within a complex solution. Hopefully, the approach described here will both establish a good initial model for the services as well as making it easier to redraw the service boundaries down the road - .https://goo.gl/gsfFX3

#microservice #architecture
Next 3.0 Preview: Static Exports and Dynamic Imports
The framework for server-rendered React apps. - https://goo.gl/DDCLkK

#nodejs #next
The Many Faces of Functions in JavaScript
A look at a variety of syntactic forms for functions in JavaScript (e.g. arrow functions, generators). Stuff worth being familiar with. - https://goo.gl/hE2J9P

#javascript
Approaches to Rendering Maps With React
A quick look at React Leaflet, Pigeon Maps, Google Map React, and React MapGL. - https://goo.gl/7P0V6F

#react #component
Workbox: JavaScript Libraries for Progressive Web Apps
“Workbox is a rethink of (Google’s) previous service worker libraries with a focus on modularity.” - https://goo.gl/yEvgzO

#progressivewebapp
React Table: A Fast and Extendable DatagridTANNER LINSLEY - https://goo.gl/MUqJR2

#react #component #table #code
':focus-within': For When An Element or Child Gets Focus
The :focus-within property is now supported in a few major browsers and there’s a polyfill to use for full coverage. - https://goo.gl/kAU8CM

#css
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