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
An Introduction to the Redux-First Routing Model
Michael Sargent makes the case for Redux-first routing — a paradigm that makes Redux the star of the routing model, and the common thread among many Redux routing solutions. - https://goo.gl/FQKTtz

#react #redux #routing
Taking Responsive Web Design Beyond the Visual
A discussion on a wider interpretation of responsive web design that includes user context, push notifications, future devices and accessibility. - https://goo.gl/CAikZK

#talking #responsice #design
Visual Regression Testing (or How You Can Move Fast and Not Break Things)
“How many times you wanted to change code (especially CSS) and you were afraid to death that you’d break everything.” - https://goo.gl/mJs4en

#testing
Building m.uber: Engineering a High-Performance Web App for the Global Market
How Uber Engineering designed m.uber, a lightweight web app that delivers a native app experience for riders on mobile. - https://goo.gl/cd86k4

#mobile #web
A Closer Look Into WebRTC in Safari/iOS
Some details on how Safari 11 and iOS 11 implement WebRTC, and tips on bringing support to your own site. - https://goo.gl/MWTa4m

#webrtc #safari #ios
Making the Jump: How Desktop-Era Frameworks Can Thrive on Mobile
How do tools that grew up on the desktop, like Ember, Angular and React, make the jump to the mobile future? - https://goo.gl/RYaSrN

#mobile #web
Writing Clean and Concise React Components
.. by making full use of ES6 and 7’s features and the container-component pattern. - https://goo.gl/pp7Jwg

#react #components
How to Enhance Mobile Interactions with Sound Design
Some insights, plus an introduction to the Facebook Sound Kit, a collection of interaction sounds they’re making available - https://goo.gl/x1AM4M

#mobile #web #design
AI Eats Future of Software
Microservices will be a central theme of next generation applications. With so much of heterogenous components sitting inside one stack, monolithic approach would hardly make sense. Microservices can give the desired modularity and ability to build applications that can scale. - https://goo.gl/mMf4K7

#microservice #ai
Chalk 2.0: Terminal String Styling and Colorizing
The 5th most depended upon npm package takes another step forward with full ‘true color’ (24 bit) support, plus an ability to use tagged template literals. - https://goo.gl/u7yBE3

#nodejs