FrontEnd Development
28.8K subscribers
145 photos
1 video
9.35K links
Полезные ссылки иHTML, CSS, JavaScript, TypeScript, Angular, React, Vue, Node.js, Mobile and more.
Download Telegram
React Nice Dates: Responsive, Touch-Friendly Modular Date Picker

Another month, another date picker, but this seems to be a pretty good one. Lots of demos and code examples and the control itself feels good. - http://amp.gs/uY77

#react
Angular in 2020 and Beyond

First, let’s talk about what the benefits of Angular are, what will change, and is Angular better than React? - http://amp.gs/utgT

#angular
Should You Get The Node.js Certification?

Highlights of some of the reasons for the Node.js certification’s existence, the principles, and some pros and cons. Though bear in mind NodeSource are one of its creators - http://amp.gs/umZK

#nodejs
Fixed Table Headers

Adrian Roselli shows how to create accessible fixed table headers using position: sticky. - http://amp.gs/uZTr

#css
Awesome React: Around 500 Curated React Projects and Resources

A frequently updated and in-depth collection of articles, and resources relating to the React ecosystem that seems to have been hugely cleaned up over the past year. Awesome React Components is a similar compilation for components specifically. - http://amp.gs/upli

#react
Implementing an OAuth Server With Node and Express

How to build a minimal OAuth server with Node and Express – no OAuth modules allowed here! - http://amp.gs/upQf

#nodejs
Vue Apollo v4: the first look – Natalia Tepluhina

Are you a fan of GraphQL and Apollo? Here’s a quick look into the upcoming Vue-Apollo v4.0, which introduces the ability to work with Apollo using the Vue 3.0 Composition-API. To showcase the new API, Natalia is migrating an app that uses the previous version of Vue-Apollo (v3) to the new syntax. - http://amp.gs/ulM6

#vue
An Overview of JSX With 3 Non-React Examples

JSX was built for and popularized by React. Here’s how it works under the hood and how it could be used in two non-React scenarios (Express and Mongoose). - http://amp.gs/uG2t

#react
Array reduce vs Chaining vs for Loop

A comparison of different approaches to operating on an array. - http://amp.gs/ufjk

#nodejs
Vue Testing Handbook – Lachlan Miller

Most likely the go-to place for everything related to unit-testing in Vue! This includes a guide on how to test Vuex and even the upcoming Composition-API. - http://amp.gs/ufLr

#vue
Material Design Style Click Effects With Pointer Events and CSS Custom Properties

Ben Frain demonstrates how to create click effects like in material design. - http://amp.gs/uCMR

#css
How To Create And Deploy an Angular Material App

This article will help you get started with a new Angular project from just a thought to deployment (on Netlify, in this case). - http://amp.gs/ukbp

#angular
What to Pay JavaScript Developers in 2020?

I think this is one of those “how long is a piece of string?” type questions but nonetheless Eric Elliott has brought together a variety of interesting stats. - http://amp.gs/u7zE
An Introduction to React’s Context API

A look at how to use React’s Context API - which allows you to manage global application states in your React apps without resorting to props drilling. - http://amp.gs/u73n

#react
Why I Avoid Nesting Closures

“A little tendency I have to reduce cognitive load for readers of my code.” - http://amp.gs/uPp6

#nodejs
Dynamic Visualisation with Angular

When faced with a need to visualise data, many developers' first instinct is to reach for a 3rd-party charting library. There's nothing wrong with this: there are several robust and full-featured libraries out there, and it's usually smart to leverage existing, good quality code. But we shouldn't forget that Angular, coupled with modern CSS features, also provides a great base on which to create our own, bespoke visualisation components. - http://amp.gs/uPuI

#angular
How to write a Vue.js app completely in TypeScript – Preetish HS

Want to build a Vue.js app in TypeScript but don’t know where to start? This tutorial demonstrates how to build a new TypeScript app using Vue CLI. - http://amp.gs/uhC5

#vue