clflowers5 / enhanced-formik

A wrapper around Formik to allow form composition and easier value / error management.
MIT License
1 stars 0 forks source link

Look into mobx-react-lite #9

Open clflowers5 opened 3 years ago

clflowers5 commented 3 years ago

https://www.npmjs.com/package/mobx-react-lite

With some of the performance refactoring, we run into some state management changes that could potentially be handled more nicely with something like mobx (DebugFormValues comes to mind). Let's look into it.

clflowers5 commented 3 years ago

Currently being evaluated on the working branch. Such a great naming! There's some other work going on there as well, but it can all be bundled together when merged.