DZuz14 / react-auto-form

Example of a reusable react form component that accepts a pre-configured object, and handles the rest behind the scenes.

Home Page:https://dzuz14.github.io/react-auto-form/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

React Auto Form

Shows an example of removing almost all of the annoying work that it takes to create forms in React. It has performance optimizations to prevent re-renders by using React Hooks and other React features:

  • useCallback
  • memo
  • useRef

Use

  • git clone https://github.com/DZuz14/react-auto-form.git
  • cd react-auto-form
  • npm i
  • npm start

Demo

React Form Reusable Component

About

Example of a reusable react form component that accepts a pre-configured object, and handles the rest behind the scenes.

https://dzuz14.github.io/react-auto-form/


Languages

Language:JavaScript 49.9%Language:HTML 45.5%Language:CSS 4.6%