dai-shi / will-this-react-global-state-work-in-concurrent-rendering

Test tearing and branching in React concurrent rendering
MIT License
558 stars 45 forks source link

Add form state libraries #38

Closed Ericnr closed 2 years ago

Ericnr commented 3 years ago

It'd be interesting to have form libs like Formik, React-Final-Form and React-Hook-Form in here since they're state management libraries too.

dai-shi commented 3 years ago

I wonder if they are global state, otherwise tearing wouldn't be a real issue.

If the form libs can support "counter" state, we could use this tool. I'm not sure if they do?

dai-shi commented 2 years ago

For anyone, if interested, feel free to work on form or other libraries. (Note: PRs are not guaranteed to be merged.)