Skip to content

Latest commit

 

History

History
295 lines (252 loc) · 16.9 KB

forms.md

File metadata and controls

295 lines (252 loc) · 16.9 KB

Bookmarks tagged [forms]

https://ultimatecourses.com/blog/angular-2-form-controls-patch-value-set-value

Setting model values in Angular (v2+) can be done in a few different ways, however with reactive forms things are extremely easy to do with the new form APIs. In this post we’ll dig a little deeper as...


https://alligator.io/angular/reactive-forms-formarray-dynamic-fields/

So you have a form and would like to add form fields dynamically from a response to a user event? It’s easy to do with Reactive Forms and FormArray. FormArray is a bit like FormGroup and it’s used in ...


https://coryrylan.com/blog/using-angular-forms-with-async-data

Most single page apps deal with asynchronous API calls in conjunction with user input in some way. Often it’s not clear how or what the best practices are when dealing with async data and forms togeth...


https://medium.com/angular-in-depth/reducing-the-forms-boilerplate-make-your-angular-forms-reusable-...

Reduce the forms boilerplate by creating reusable custom forms controls with the ControlValueAccessor interface. Learn how to create reusable forms, subforms and how to leverage the DI to make everyth...


https://www.nngroup.com/articles/required-fields/

Using an asterisk to mark required fields is an easy way to improve the usability of your forms. Only marking optional fields makes it difficult for people to fill out the form.


http://facebook.github.io/react/docs/forms.html


https://github.com/jquense/react-formal

Sophisticated HTML form management for React. Contribute to jquense/react-formal development by creating an account on GitHub.


https://github.com/prometheusresearch/react-forms

Forms library for React. Contribute to prometheusresearch/react-forms development by creating an account on GitHub.


https://github.com/Volicon/valuelink

Callback-free React forms with painless validation. - VoliJS/NestedLink


https://github.com/wingspan/wingspan-forms

A dynamic form library for Facebook React, providing abstractions for building dynamic forms and controlled grids. Widgets provided by Telerik's KendoUI. - wingspan/wingspan-forms


https://github.com/insin/newforms

Isomorphic form-handling for React. Contribute to insin/newforms development by creating an account on GitHub.


https://github.com/zackify/formjs

A form generator for Reactjs "Alpachajs for React" Open the inspector on the demo page: - zackify/formjs


https://github.com/quri/react-form-builder

A Form Builder for React.js (deprecated). Contribute to quri/react-form-builder development by creating an account on GitHub.


https://github.com/AppliedMathematicsANU/plexus-form

A dynamic form component for react using JSON-Schema. - AppliedMathematicsANU/plexus-form


https://github.com/gcanti/tcomb-form

Forms library for react. Contribute to gcanti/tcomb-form development by creating an account on GitHub.


https://github.com/christianalfoni/formsy-react

A form input builder and validator for React JS. Contribute to christianalfoni/formsy-react development by creating an account on GitHub.


http://jamesknelson.com/learn-raw-react-ridiculously-simple-forms/


https://github.com/andrewhathaway/Winterfell

Generate complex, validated and extendable JSON-based forms in React. - andrewhathaway/Winterfell


https://github.com/redux-autoform/redux-autoform

Create Redux-Forms dynamically out of metadata. Contribute to redux-autoform/redux-autoform development by creating an account on GitHub.


https://github.com/vazco/uniforms

Bunch of React components and helpers to easily generate and validate forms. - vazco/uniforms


https://github.com/jaredpalmer/formik

Build forms in React, without the tears 😭 . Contribute to jaredpalmer/formik development by creating an account on GitHub.


https://github.com/zero-plus-x/neoform

✅ React form state management and validation - zero-plus-x/neoform


https://github.com/mozilla-services/react-jsonschema-form

A React component for building Web forms from JSON Schema. - mozilla-services/react-jsonschema-form


https://github.com/JamesWatling/react-native-list-view-select

List View Select is a designed to behave like a traditional <select> element in traditional HTML but with native components. - JamesWatling/react-native-list-view-select


https://github.com/final-form/react-final-form

🏁 High performance subscription-based form state management for React - final-form/react-final-form


https://github.com/indix/formland

A simple, super-flexible, extensible config based form generator for React. - indix/formland


https://github.com/bietkul/react-reactive-form

Angular like reactive forms in React. Contribute to bietkul/react-reactive-form development by creating an account on GitHub.


https://github.com/Rocketseat/unform

ReactJS form library to create uncontrolled form structures with nested fields, validations and much more! - Rocketseat/unform


https://github.com/robfig/bind

Bind form data to any Go values.


https://github.com/mholt/binding

Binds form and JSON data from net/http Request to struct.


https://github.com/leebenson/conform

Keeps user input in check. Trims, sanitizes & scrubs data based on struct tags.


https://github.com/go-playground/form

Decodes url.Values into Go value(s) and Encodes Go value(s) into url.Values. Dual Array and Full map support.


https://github.com/monoculum/formam

decode form's values into a struct.


https://github.com/albrow/forms

Framework-agnostic library for parsing and validating form/JSON data which supports multipart forms and files.


https://github.com/gorilla/csrf

CSRF protection for Go web applications & services.


https://github.com/justinas/nosurf

CSRF protection middleware for Go.


https://github.com/Pylons/deform

Python HTML form generation library influenced by the formish form generation library.


https://github.com/dyve/django-bootstrap3

Bootstrap 3 integration with Django.


https://github.com/zostera/django-bootstrap4

Bootstrap 4 integration with Django.


https://github.com/django-crispy-forms/django-crispy-forms

A Django app which lets you create beautiful forms in a very elegant and DRY way.


https://github.com/WiserTogether/django-remote-forms

A platform independent Django form serializer.


https://github.com/wtforms/wtforms

A flexible forms validation and rendering library.