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
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
Using Uikit With Vue CLI 3

Uikit is a lightweight and modular front-end framework for developing fast and powerful web interfaces. Here’s a guide for adding it to a Vue CLI 3 project. - http://bit.ly/2pTJG7w

#vue
Why It’s Important to Unsubscribe from RxJS Subscription

In this article, we’ll learn why it’s important to clean our subscriptions. Let’s set up a realistic Angular example. - http://bit.ly/2ysugvx

#angular #rxjs
How I Remember CSS Grid Properties

A method to remember the most common CSS Grid properties. “This will help you use CSS Grid without googling like a maniac.” - http://bit.ly/2yR2CYr

#css
Ionic 4 Beta: What’s New and Building a Sample App

Learn what is coming next on Ionic 4 and start using it right now. - http://bit.ly/2PiG2lL

#ionic
Using React/JSX as a Server-Side Templating Language

Using React function components to render your website’s skeleton index.html - http://bit.ly/2PPnmaw

#react