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

Admin: @andrey2019
Download Telegram
Vue JS 3 Composition API Reusable Form Validation – A Complete Guide

Learn how to create reusable and scalable form validation for signup and login pages in Vue JS 3 using the Composition API. - http://amp.gs/6OLl

#vue
How to Read React Errors

A practical tutorial on how to make sense out of some of the more obscure React error messages. - http://amp.gs/6rDH

#react
SEO in Angular Without Server-Side Rendering

How to handle static and dynamic content meta - http://amp.gs/6SJB

#angular
Five Ways to Prevent Code Injection in JavaScript and Node

Some best practices for keeping your Node projects safe from code injection attacks. - http://amp.gs/6ADx

#nodejs
Making a React To-Do List with Redux Toolkit in TypeScript

We like it when a potentially abstract subject like state management is clearly illustrated with a concrete example. In this case, a tuturial which covers the use of Redux to implement a to-do list. - http://amp.gs/6swt

#react
Vue 3 Won't Support IE11 [RFC]

Behavior inconsistencies and the long-term maintenance burden are making the Vue team question IE11 support in version 3. - http://amp.gs/6isR

#vue
Improve Angular Performance by understanding Change Detection

Angular Performance and Optimization Checklist - http://amp.gs/6DDs

#angular
Top 9 AWS Features for Web Developers: Recently Announced

The Amazon Web Services(AWS) unveils the latest services and improvements to the world, which are useful for web developers in web application development in early 2021. - http://amp.gs/6uro

#aws
Swipey Image Grids

Cassie Evans demonstrates how to use SVG to make responsive, animated image grids. - http://amp.gs/6J8h

#css
Node Development with Docker and Docker Compose

Using Docker and Docker Compose to develop Nod projects can be a good option, especially if working in a team. This article provides a walk-through of a possible setup and some pros and cons of the approach - http://amp.gs/6Jq6

#nodejs
React Native Authentication Flow, the Simplest and Most Efficient Way

Everything you need to know to implement authenticated access including connection to an authentication API, persisting that data and a mechanism for notifying your app of authentication state changes. - http://amp.gs/60qF

#reactnative
5 Useful Tools and Libraries for Testing VueJS Applications

This article introduces the five main testing tools for Vue and explains how they differ. - http://amp.gs/6K1j

#vue
Say Hello To CSS Container Queries

Ahmad Shadeed explains why we need container queries and how they will help you create more powerful components and layouts. - http://amp.gs/6KJL

#css
7 Tips for Becoming a Competent JavaScript Developer

This article is meant to provide you with something to hold on to by following the seven tips that will help you on your way to becoming a competent JavaScript developer. - http://amp.gs/63nu

#javascript
Adapting Your Angular Apps for Dual-Screen Devices with ngx-foldable

Find out how you can quickly adapt existing Angular apps for dual-screen devices (like the Surface Duo), without having to deep dive into custom-specific CSS and media queries. - http://amp.gs/63Xc

#angular
Building React Applications Using Deno: The Definite Guide

If you’ve been wondering if you could build the next Next.js or create-react-app with Deno, the answer is a definitive yes. Here’s how. - http://amp.gs/6HR2

#react
Create Card Component Story Using Storybook with Nuxt

Learn to use Storybook and Nuxt to create a beautiful design system that invites front-end developers to try out your component library. - http://amp.gs/62m0

#vue #nuxt