FrontEnd Development
28.9K subscribers
145 photos
1 video
9.35K links
Полезные ссылки иHTML, CSS, JavaScript, TypeScript, Angular, React, Vue, Node.js, Mobile and more.
Download Telegram
Ditching setState for MobX

How to leverage observables, observers, computed properties, autorun and more to simplify your React workflow. - http://bit.ly/2kq26d1

#react #mobx
Creating Responsive Layouts & Components with CSS Grid

“Let’s make a photo gallery responsive quickly …using very few lines of CSS.” - http://bit.ly/2kaJJsG

#css
Testing your React App with Puppeteer and Jest

How to use Puppeteer and Jest to perform end-to-end testing on your app. - http://bit.ly/2GODmE9

#react #testing #puppeteer
A Strategy Guide To CSS Custom Properties

Michael Riethmuller takes a thorough look at strategies for getting the most out of CSS Custom Properties (a.k.a. ‘CSS variables’) which are now supported in all mainstream browsers. - http://bit.ly/2sjnG7C

#css
Building a Progressive Web App in React

High level pointers if you’re considering building a PWA including a sample one-file app that uses Firebase for data storage with offline support. - http://bit.ly/2s6x2TV

#react #pwa
Signale: A Highly Configurable Console Logger

Elegant console output for your logging, status reporting, and other console app output needs. Supports colors, emojis, scoped logging, and includes a timer mechanism - http://bit.ly/2J67cKm

#nodejs
Getting Started with Web Push Notifications

Microsoft Edge now supports web push notifications via the Push API and to celebrate the Edge team has put together a superb introduction to the concepts involved. - http://bit.ly/2LU6YUl

#web #pushNotification
How to Build A News App with JavaScript and React Native

For my first post on Dev, and I wanted to share with you how I made a news app with React Native. - http://bit.ly/2LRWAwl

#reactNative
Data-Forge 1.0: A JavaScript Data Wrangling Toolkit

Inspired by Pandas and LINQ, Data-Forge is designed to be a ‘goto tool for slicing and dicing data’. - http://bit.ly/2J7o6s4

#nodejs
How to Build a Real-Time Editable Datagrid

. using react-table and Hamoni Sync, a realtime state synchronization service. - http://bit.ly/2GPNcWd

#react