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
ColorBox

Colorbox is an online tool for building color systems for accessible UIs that scale. - http://bit.ly/2En7gDx

#colorBox #tools
A Simple React Cheatsheet

A nicely formatted cheatsheet that covers basic code for things like higher order components, React Router, and basic components. - http://bit.ly/2QBmB4z

#react
How to Create a PWA Game using Preact in 5 Steps - http://bit.ly/2A2IHry

#preact
On Node Framework Popularity

Findings from asking over 800 developers their thoughts on various Node HTTP frameworks. It won’t be a surprise that Express.js is the most used, but what is the most liked? - http://bit.ly/2A8LxLm

#nodejs
Deep Dive Into The New Vue Devtools v5.0

Vue Devtools version 5 has bought amazing new features to the already powerful debugging tool. Features include performance profiling, route tracking, live editing the Vuex store, and a new settings panel. - http://bit.ly/2ITOoun

#vue #devTools
A Practical Guide to Reusable Components

How to create a simple reusable React component, along with a few best practices involved in making better components. - http://bit.ly/2NvTQ7F

#react
Build Your First AR Webapp in Under 10 Minutes using ARjs

Discover how you can create your first augmented reality webapp using ARjs and deploy it so it can be accessible from your phone. - http://bit.ly/2Aet0NQ

#mobile #ar
Getting to Know Node’s child_process Module

How to call things like git, cpp, sh, etc, from a Node script. - http://bit.ly/2yi17TD

#nodejs
PM2 3.2: The Node-Powered Process Manager

A look at what’s new in the popular process manager, including an exponential backoff restart delay (handy if your app is persistently failing) and a command to display the environment variables an app is running with. - http://bit.ly/2CdCvhD

#nodejs #pm2
Plans for the Next Iteration of Vue.js

The creator of Vue.js, a popular alternative to things like React and Angular, gives a ‘brief sneak peek’ at what’s coming in the next major version of Vue, Vue 3.0. - http://bit.ly/2PBrURv

#vue
A Guide to Color Accessibility in Product Design

Justin Reyna explains how to make colors accessible using the design principles you already know. - http://bit.ly/2IV0CTH

#productDesign #color
Use the New Profiler in React Developer Tools to Generate Flame Charts and Interactions - http://bit.ly/2ObwklF

#react #profiler
What New Features Are Coming to Vue.js 3?

Last week, Evan You released a write up of proposed features for Vue.js 3. In simple terms, what are the new features that you, as a developer, will be able to use? - http://bit.ly/2CfjH1B

#vue
Awesome Node: 560 Curated Node Packages, Resources and Links

A definitive list of categorized Node resources that continues to be updated (as well as out of date things being removed). - http://bit.ly/2RQBWQ6

#nodejs
Barcode Detection in a Web Worker using Comlink

Comlink is a library that makes WebWorkers more transparent to work with. - http://bit.ly/2pTPFcb

#javascript
Creating Horizontal Scrolling Containers the Right Way [CSS Grid]

Dannie Vinther explores how the flexibility of CSS Grid can help you implement a horizontal scrolling component. - http://bit.ly/2P06dxq

#css