Giter Club home page Giter Club logo

react-form's Introduction

react-form

Github Actions Github Actions

React library to help to build form easier

Requirement

  • nvm
  • node@lts
  • yarn

Install

yarn install

Storybook

yarn storybook

Test

yarn test

react-form's People

Contributors

seonghyeonkimm avatar

Stargazers

Raymond avatar Taeyoung Jang avatar genie avatar 김준형 avatar North avatar JK KIM avatar Sunghyun Cho avatar sbin avatar jinho park avatar Dohyung Ahn avatar Ed avatar hoolie-triple avatar Yunhee Lee avatar SengHyun Lee avatar SaetByeol Ahn avatar YoungGeun Kwon avatar

Watchers

James Cloos avatar  avatar

react-form's Issues

init

  • how to test library

  • create task to complete and start to work

    • Form or FormProvider
      • props (initialValues, onSubmit)
      • context values
        • register or registerInput

          • lodash, get, set, toPath
        • form Instantce

          • setInitialValues()
          • getValue(key)
          • setValue(key)
          • getInstance(key)
          • submit()
          • resetForm()
      • internal functions
        • validate
    • form.item
      • register
        • ref key ann values
        • values: value, setValue, getValue, instance
      • input, checkbox, select, radio, table selection, table cell input, table checkbox, table radio button and etc
      • component which is not input
      • validation
      • useImperative
    • useForm
      • prevent props drilling
      • share form contexts values with children
  • refactoring

  • example dynamic and complex form

  • storeService

  • lodash set and get only

[Bug] Check validation process

Descriptions

  • if user use useFormItem and custom onChange and validate, then it does not affects onSubmit process.
  • Form should care about the process too.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.