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 Organize a Large React App and Make It Scale
Jack Franklin describes a set of tips and best practices for creating and organizing React applications in a scalable way. - https://goo.gl/28GvGG

#react
RealWorld: A Combination of React/Angular + Backend Codebases
See how the exact same blog app is built using React or Angular on top of Node, Rails, and Django. Think a more full-stack answer to TodoMVC. - https://goo.gl/Pw62db
CSS 'Poly Fluid' Sizing using Calc(), 'vw', Breakpoints and Linear Equations
Learn how to use the CSS 'Poly Fluid' method to ensure your apps provide the most fluid experience. - https://goo.gl/khA6hu

#css
Google's Online Progressive Web App Development Course
A new course from Google on how to convert existing sites to PWAs. - https://goo.gl/K7MHbJ

#progressiveweb #course
A Quick Change to Get Much Faster Functional Components?
“Directly calling functional components as functions instead of mounting them using React.createElement is much faster.” Can you reproduce these gains? - https://goo.gl/sKk9vG

#react
Create Next App: Create Next.js Apps in One Command
Essentially the Next.js answer to Create React App - https://goo.gl/bCiZuC

#react #nextjs
Britecharts: A D3.js-Based Client-Side Charting Library
Based on D3.js v4 and built around reusable components, Britecharts makes it easy to declaratively build charts and visualizations, such as this. There’s lots of info in this introductory post too. - https://goo.gl/FO9WHu

#d3js #britecharts
The Tao of Redux: Implementation and Intent
A Redux maintainer thoroughly ponders Redux’s implementation, its limitations and constraints. - https://goo.gl/mhMT53

#redux
The Tao of Redux: Practice and Philosophy
A look at common practices that are widely used in Redux apps and why those practices exist. - https://goo.gl/Z2DcpR

#redux
PrettyLoader: A Pattern for Wait Animations in React
If you have lots of components loading data from elsewhere, it’s worth thinking about the user experience during the ‘wait’ periods. - https://goo.gl/1mDz1t

#react #component
A Variety of Best Practices for Writing React Components - https://goo.gl/z5rzwM

#react #component