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
Introducing NgxErrors: Declarative Form Errors for Angular
An open source project to bring better validation to Angular’s reactive forms. Here’s a look at how to use it, why Todd created it and the problems it aims to solve. - https://goo.gl/mZa3eb

#angular4 #forms #component
Designing Efficient Web Forms: Structure, Inputs, Labels & Actions
Users can be reluctant to fill out forms, so make the process as easy as possible. Usability testing can help you find out how usable a particular form really is. - https://goo.gl/LOR1Dn

#design #forms
Building Offline-Friendly Forms
Forms on the web don’t often play nice with bad connections, but here’s an approach to making them more robust. - https://goo.gl/hdjpfG

#javascript #offline #forms
React Quickly: How to Work with Forms in React

An excerpt from Azat Mardan’s “React Quickly” book, which explains how to work with forms in React and the concept of controlled components. - https://goo.gl/Vfvbva

#react #forms
An imperative guide to forms in Vue.js

In this tutorial, we will walk you through the process of creating, validating, and utilising inputs from a form in a Vue.js 2.x application. - https://goo.gl/FmQQtn

#vue #forms
How to Work with Forms, Inputs and Events in React

How to capture text input and input via other form elements like input, textarea, and option. - https://goo.gl/6w45UE

#react #forms
Attribute Directives Angular Forms

In this article, we’ll examine creating Angular Directives that interact with the Angular Forms controls. We’ll do that by creating an attribute directive which hooks into the underlying form control and changes the directive’s host element border. - http://bit.ly/2MEpinG

#angular #forms
Angular 7 Forms Tutorial Example

Angular 7 Forms Tutorial Example is today’s leading topic. For this example, we will use Reactive forms. Reactive forms provide the model-driven approach to handle the form inputs whose values are changing over time. Reactive forms use the specific and immutable approach to managing the state of the form at the given point of time. Each change to the form state returns the new state, which maintains the integrity of a model between the changes. - http://bit.ly/2Tj8Auu

#angular #forms
What’s New in Akita — Angular Forms Manager, Dynamic Stores and More!

Seasons greetings from the great people at Datorama! Their Akita elves have been hard at work adding tons of functionality based on our input. They provided us with this list of all the new stuff they got around to adding
- http://amp.gs/VgfM

#angular #akita #forms
Dynamic Forms in Angular —The pattern beyond the buzz

In this post, Liron aims to explain the thought behind the term “dynamic” forms in Angular. This post won’t tell you how to use reactive forms and won’t show you ways to implement forms dynamically.
http://amp.gs/958a

#angular #forms
Form Validation with HTML & Vuejs

This article shows you how to leverage HTML5 validation in a Vue.js app, as well as how to override any boring defaults and display attractive error messages.
http://amp.gs/41kj

#vue #forms
The Magic of React-Based Multi-Step Forms

One way to deal with long, complex forms is to break them up into multiple steps. — http://amp.gs/4ntW

#react #forms
React Hook Form: Simple, Extensible React Form Validation

It’s not just an interesting project, but it has one of the best project homepages I’ve seen too, complete with code comparisons with similar libraries. - http://amp.gs/qGZ7

#react #hooks #forms