typeless icon indicating copy to clipboard operation
typeless copied to clipboard

Better form library

Open lstkz opened this issue 4 years ago • 1 comments

Currently, we keep the whole state in the store, and very often it causes performance issues. We could implement something similar to Formik, where we keep the state locally, and when the form is submitted successfully, we dispatch an action with the form values.

If someone is interested in implementing it, we can discuss the API here.

lstkz avatar May 20 '20 07:05 lstkz

FYI: react-hook-form has better implementation for performance.

sisisin avatar May 20 '20 12:05 sisisin