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
Channel photo updated
You can often make your life easier by using :not(:last-of-type) rather than overriding with a separate :last-of-type rule. - https://goo.gl/1l0Q1T

#css
Channel name was changed to «FrontEnd Development»
JavaScript Errors and Stack Traces in Depth
How the call stack works, Error objects, and how and why you can manipulate stack traces. - https://goo.gl/acWqV8

#javascript
10 React Mini-Patterns — Includes controlling CSS with props, using components to format text, and importing components without relative paths. - https://goo.gl/DzhR83

#react
React Trend: A Simple Sparklines Data-Vis Component — A component to show ‘sparklines’, lines that show a trend or fluctuations in data. - https://goo.gl/7zsGfY

#react #component
Create Offline Web Apps Using Service Workers & PouchDB.
How to build offline web apps using Service Workers for client-side caching and PouchDB to store data locally and sync to a server DB. - https://goo.gl/RAdP1B

#serviceworker