Code Monkey home page Code Monkey logo

phrg-react-formik-intro's Introduction

Intro to Formik

HTML forms can be complex. Rails made them easier by introducing helping methods, such as form_tag, form_for and form_with.

Building forms with React is even more complex. There is a lot to keep track of. It is not enough to just render a form in the DOM. React has to store and update state, validate inputs, and handle form submissions.

So far, we have only dealt with React forms using class inheritance (Class components), vs. object composition (Functional components). Now that React Hooks have allowed us to build our React in a slicker, simpler syntax, is there a better way to create React forms?

Yes.

Formik is a popular React form library that works great with functional components. Its documentation states that it is designed to help with 3 core form complications:

  1. Getting values in and out of form state
  2. Validation and error messages
  3. Handling form submission.

Nitro uses Formik for all its new React forms. So let's learn about it :).

Resources

phrg-react-formik-intro's People

Contributors

garettarrowood avatar

Watchers

 avatar  avatar

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.