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
Introducing the React Context API

React’s new Context API continues to be a popular topic we’ve seen covered from numerous angles recently. - http://bit.ly/2JF587N

#react
Bringing Google Maps to a React Project - http://bit.ly/2HDB3sI

#react
Layers and How to Force Them

Surma explains how rendering engine of a browser works, and how to force element onto its own layer. - http://bit.ly/2HWL70k

#css
TUI Calendar: An Attractive, Full Featured Calendar Control

From the creators of TUI Chart comes TUI Calendar, a highly customizable JavaScript calendar widget that supports numerous view types (weekly, monthly, etc.), dragging and resizing of schedule items, and is basically like your own Google Calendar in a box. MIT licensed too. - http://bit.ly/2rpNeiP

#javascript
Storybook 3.4 Released: The UI Component Builder

Now supports React, React Native, Vue, Angular and Polymer. - http://bit.ly/2FRIwyS

#storybook #realeased
Installing Node.js on Linux with 'snaps'

‘Snaps’ are containerized packages designed to work across cloud, desktop, and IoT devices. - http://bit.ly/2jyysC1

#nodejs
Give Parcel a Try, You May Like It

Parcel suits many straightforward situations really well with minimal fuss, but webpack is more flexible with a vast ecosystem. - http://bit.ly/2HYADO9

#parsel
Designing (Very) Large JavaScript Applications

A written version of a talk given by Google’s Malte Ubl at JSConf Australia that took a high level look at modularity, lazy loading code, and similar concepts. - http://bit.ly/2jhQPei

#javascript
Rethinking Web Performance with Service Workers

The author makes a bold claim of this article covering ‘30 years of research in a 30 minute read’. It gets a bit tool/platform specific at the end but does cover many key points and best practices in Web performance. - http://bit.ly/2K7hsOy

#web #performance
Migrating to React’s New Context API

Kent C. Dodds explains some of the changes that were necessary to upgrade his components pattern course from the old context API to the new one - http://bit.ly/2jChrXL

#react
Functional Programming with Object Arrays

How to use map, filter, and reduce to manipulate arrays of objects, using techniques borrowed from functional programming. - http://bit.ly/2KGmm6p

#functional