All Projects β†’ rescriptbr β†’ reform

rescriptbr / reform

Licence: MIT license
πŸ“‹ Reasonably making forms sound good

Programming Languages

ReScript
86 projects
javascript
184084 projects - #8 most used programming language
CSS
56736 projects

Projects that are alternatives of or similar to reform

app-template-rescript-react
Adding ReScript with rescript-react on top of @snowpack/app-template-react
Stars: ✭ 44 (-87.25%)
Mutual labels:  reasonml, rescript-react
Reform
Reasonably making forms sound good πŸ› 
Stars: ✭ 282 (-18.26%)
Mutual labels:  forms, reasonml
react-rules-of-hooks-ppx
This ppx validates the rules of React hooks.
Stars: ✭ 40 (-88.41%)
Mutual labels:  reasonml
react-step-builder
React Step Builder allows you to create step-by-step interfaces easily.
Stars: ✭ 97 (-71.88%)
Mutual labels:  forms
ogaml
Ocaml multimedia library
Stars: ✭ 28 (-91.88%)
Mutual labels:  reasonml
reason-react-lazy-loading
Example project to show how to use components lazy loading in ReasonReact
Stars: ✭ 41 (-88.12%)
Mutual labels:  reasonml
reasonml-tic-tac-toe
www.imandra.ai
Stars: ✭ 19 (-94.49%)
Mutual labels:  reasonml
react-attire
A dress code for your React forms
Stars: ✭ 25 (-92.75%)
Mutual labels:  forms
conditionize.js
Small jQuery plugins for handling conditional form fields via data attributes. Unmaintained.
Stars: ✭ 56 (-83.77%)
Mutual labels:  forms
eightshift-forms
WordPress plugin project for Gutenberg forms
Stars: ✭ 23 (-93.33%)
Mutual labels:  forms
SuluFormBundle
Form Bundle for handling Dynamic and Symfony Forms in https://sulu.io
Stars: ✭ 51 (-85.22%)
Mutual labels:  forms
ideas-for-project-names-starting-with-re
No description or website provided.
Stars: ✭ 27 (-92.17%)
Mutual labels:  reasonml
bs-dynamic-import
πŸ“¦πŸš€ BuckleScript dynamic import interop on JavaScript environment
Stars: ✭ 31 (-91.01%)
Mutual labels:  reasonml
ng-validators
⭐ Native angular 6+ form validators
Stars: ✭ 17 (-95.07%)
Mutual labels:  forms
react-validate-framework
A lightweight and extensible React validation component
Stars: ✭ 18 (-94.78%)
Mutual labels:  react-form
ember-foxy-forms
Ember Addon for Making Foxy Forms
Stars: ✭ 27 (-92.17%)
Mutual labels:  forms
react-formular
This libraray is an experimental approach to bind forms and its inputs and editors together using the new React Context API. It aims to be fully customizable and composable. ItΒ΄s only a set of Higher-Order-Components. Because of the decoupled nature, Middlewares makes it easy to build custom Validations, Security Guards and other data interceptors.
Stars: ✭ 43 (-87.54%)
Mutual labels:  forms
rx-reason
Reactive programming library for ReasonML/OCaml
Stars: ✭ 49 (-85.8%)
Mutual labels:  reasonml
sonos-wejay
Slack integration for a local Sonos system
Stars: ✭ 19 (-94.49%)
Mutual labels:  reasonml
selenium-client
A PHP Selenium client
Stars: ✭ 31 (-91.01%)
Mutual labels:  forms

All Contributors npm version


Documentation β€’ Installation β€’ Getting started β€’ Live demo


Installation πŸ“¦

yarn add @rescriptbr/reform @rescriptbr/reschema

Then add it to bsconfig.json

"bs-dependencies": [
 "@rescriptbr/reform",
 "@rescriptbr/reschema"
]

Then add lenses-ppx

yarn add lenses-ppx -D

And update your bsconfig.json with ppx-flags

"ppx-flags": [
 "lenses-ppx/ppx"
]

Why? πŸ’‘

As you might know, you can use any existing React / JavaScript libraries with ReScript, including form libraries like Formik, react-hook-form, Final Form, since you install or create bindings for these libraries. ReForm is not a set of bindings for an existing form library, it was created from scratch to use with ReScript and React.

Code that deals with strongly typed forms can quickly become walls of repeated text. We created ReForm to be both deadly simple and to make forms sound good leveraging ReScript's powerful typesytem. Even the schemas we use are nothing more than constructors built-in in the language itself with a small size footprint.

Features ⚑

  • Hook API
  • Schema API
  • Type safe, handleChange properly infers the value of the field it is handling
  • Context Provider
  • Field component
  • Validation strategy, OnDemand and OnChange

Alternatives πŸ”₯

Support πŸš€

🌍 We usually hang out at https://forum.rescript-lang.org/ so feel free to ask anything there.

πŸ‡§πŸ‡· πŸ‡΅πŸ‡Ή Se vocΓͺ Γ© Brasileiro, PortuguΓͺs ou fala portuguΓͺs, vocΓͺ pode entrar contato atravΓ©s do discord do ReScriptBR.

Contributors ✨

Thanks goes to these wonderful people (emoji key):


Thomas Deconinck

πŸ“– πŸ’»

Gabriel Rubens

πŸ’» πŸ› πŸ€” πŸ–‹ πŸ“–

Lucas Besen

🚧

Jefferson Carvalho

πŸ’»

Luiz Augusto Moratelli

πŸ’»

amythos

πŸ’»

Lalli Nuorteva

πŸ›

Matt

🚧

Kyle Davis

πŸ‘€

Ulugbek Abdullaev

πŸ›

Khoa Nguyen

πŸ’»

Medson Oliveira

πŸ’» πŸ€”

Ana Luiza Portello Bastos

πŸ“–

Freddy Harris

πŸ›

arthur

πŸ“– πŸ’»

Marcos Oliveira

πŸ“– 🎨

Celso Bonutti

πŸ’»

Jason Smythe

πŸ’» πŸ“–

This project follows the all-contributors specification. Contributions of any kind welcome!

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].