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
The Ultimate Roundup of React Form Validation Solutions

A look at some of the most popular solutions for form management and validation in React. Formik, Unform, Redux Form, React Form, and others. - http://amp.gs/2pjE

#react
Introducing Vue Formulate — Truly Delightful Form Authoring – Justin Schroeder

Let’s take a closer look at Vue Formulate and the problems it promises to solve for us. - http://amp.gs/2pcz

#vue
What a typical 100% Serverless Architecture looks like in AWS

Xavier Lefèvre shares what a typical 100% serverless architecture looks like (AWS, Serverless, Node). - http://amp.gs/2lQC

#aws
Optimizing Keyboard Navigation Using tabindex and ARIA

Sara Soueidan created a micro-case study on implementing keyboard-friendlier article listings for an online publication. - http://amp.gs/2nzf

#css
In defense of the Angular framework

The author of this article is here to share their experience of being a primarily React developer, shipping React code in production to using Angular for a production application. - http://amp.gs/2Gj4

#angular
How Recoil is Meant to Rock Your React World

Recoil has been used internally at Facebook (Facebook is a big place, so don't interpret this as being an endorsement from the React core team, for example 😁) for some time but they only recently decided to open it up for everybody, at least on an experimental basis. Here are the details of how it is both simple and flexible. - http://amp.gs/2xty

#react
Vue 3: Data down, Events up – Thorsten Lünborg

In the latest article from Vue Mastery, Thorsten Lünborg explains how to take advantage of data binding in Vue 3, using good old options API. - http://amp.gs/2fpw

#vue
Local Testing on an iPhone

You should be testing on a real-world mobile device, so here’s a nice and quick way to get your localhost server running on an iPhone with the help of ngrok. - http://amp.gs/2Cjf

#mobile #testing
A (Mostly) Complete Guide to React Rendering Behavior

Details on how React rendering behaves, and how use of Context and React-Redux affect rendering. There are a lot of concepts compressed into this article. - http://amp.gs/2e4h

#react
Custom Decorators in Angular

Routine actions, repeated from time to time, lead to duplication of code and leave a bitter aftertaste of bad smell as the project grows. - http://amp.gs/27jn

#angular
How to create dynamic forms with custom validation in Storyblok and Nuxt.js - Gary Siladi

If you already know the basics of Storyblok and Nuxt, see how you can use Storyblok fields to write dynamic forms components in this hands-on tutorial. It also showcases how you can use Vuelidate’s dynamic validation rules to validate a dynamically generated form. - http://amp.gs/2PjX

#buxt #vue
Serverless Express: Easy APIs on AWS Lambda and AWS HTTP API

A component for Serverless Framework focused on deploying Node Express.js-powered APIs to AWS Lambda and serving them up via API Gateway’s new HTTP API approach. Seems pretty slick. - http://amp.gs/2Pdq

#nodejs #aws #lambda
Flutter Vs React Native Vs Xamarin

The ‘big fight’ between Flutter, Xamarin and React Native for building cross-platform apps is making developers weigh up their various pros and cons. - http://amp.gs/2veG

#mobile #reactnative #flutter #xamarin
Automatically Generate your Vue Router Configuration with vue-auto-routing - Markus Oberlehner

When designing very large JavaScript applications, you have to be very careful about how you structure your dependencies. One particular example of this is the `router.js` configuration file. Learn how to use the vue-auto-routing package to automatically generate the router configuration based on the directory structure. - http://amp.gs/2grz

#vue
Quick Tip for Angular Forms: Keep your markAllAsTouched DRY

This article will help you keep your markAllAsTouched() dry when using Angular forms. - http://amp.gs/2EUi

#angular