FrontEnd Development
30.8K subscribers
145 photos
1 video
9.34K links
Полезные ссылки иHTML, CSS, JavaScript, TypeScript, Angular, React, Vue, Node.js, Mobile and more.

Admin: @andrey2019
Download Telegram
MobX - The Vue Way

Vuex will generally be the right choice for state management for Vue apps. But consider Mobx for state management that is framework agnostic, has built-in observable fields, is simple, has little boilerplate, and has superior performance. - http://amp.gs/RhLN

#vue #mobx
Node 6.x Reaches 'End-of-Life' Next Month

Microsoft’s Tierney Cyren reminds us that Node 6’s days are almost over. If possible, you want to upgrade code (including those long lost serverless functions!) to Node 10 as Node 8 itself goes EOL in December. - http://amp.gs/RvHj
All You Need to Know About Hyphenation in CSS

Richard Rutter gives a good primer on Hyphenation in CSS. - http://amp.gs/Rg0w

#css
How do You Structure Your Code When Moving Your API from Express to Serverless Functions?

A look at an approach for structuring serverless functions on Azure. - http://amp.gs/REd4

#nodejs
How to Test Custom Hooks with Enzyme

A simple approach to test the behaviour of custom React hooks. - http://amp.gs/RVdN

#react
Tips for Debugging Your Angular Applications

In this article, we’ll look at some unique methods and tools that can be useful for debugging Angular applications. - http://amp.gs/R9OI

#angular
Hacking Custom Checkboxes and Radios

Glad Chinda shows how to customize checkboxes and radios using CSS. - http://amp.gs/RRll

#css
The Pitfalls of async/await in Array Loops

Using async/await while looping through arrays seems simple, but there’s some non-intuitive behavior to look out for. - http://amp.gs/RUtJ

#nodejs
8 Vue.js UI Component for 2019

With Vue.js slowly becoming the framework of choice for more developers, here are 8 handy UI components to watch and perhaps integrate into your projects in 2019. - http://amp.gs/RdFo

#vue
Total Guide To Custom Angular Schematics

Schematics are great! They enable us to achieve more in shorter amount of time! But most importantly, we can think less about mundane stuff which leaves our limited attention span to focus on solving real challenges! - http://amp.gs/ROAX

#angular #schematics
Add Authentication and Authorization to Vue.js Apps with Auth0 and GraphQL

This tutorial will show you how to add authentication to a Vue.js app with Auth0. Other technologies used include Apollo, Hasura GraphQL, and authorization with JWT. - http://amp.gs/RStw

#vue #graphql
How to develop, consume, and publish an Angular library to NPM

Angular is a really popular and powerful JavaScript Framework on which one can build Web Apps to serve millions of daily users. It’s an open source framework by Google and anyone can collaborate. Likewise, there are thousands of packages for Angular available as plug-and-play on NPM. - http://amp.gs/RSRN

#angular
React Native CarPlay: Build CarPlay Apps using React Native?

This looks like it’s at an early stage but it’s an interesting idea if you have a car that supports Apple CarPlay. - http://amp.gs/RSQj

#reactNative
How to Start Flying with Angular and NgRx

One of the biggest challenges with any application is managing data. In the world of Angular, there are a lot of patterns to follow to manage your application. These typically involve using decorators like Input and Output, or things like RxJs Observables to watch for data changes. However, there is a reactive state technology that solves this challenge called NgRx. - http://amp.gs/RNib

#angular
How To Align Things In CSS

There are a few ways to align elements in CSS. In this article, Rachel Andrew explains what they are with some tips to help you remember which to use and why. - http://amp.gs/RAyc

#css