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
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
Creating A Horizontal Scrolling Navigation Control
A simple guide to creating a scrollable panel for touch use, augmented with click and drag functionality for mouse input. - https://goo.gl/oqpj1A

#css