dongheenam / math-test-builder

This is a Next.js app that lets you write math quizzes and tests easily.
https://math-builder.vercel.app
0 stars 0 forks source link

Managing form values seperately from stores #12

Closed dongheenam closed 1 year ago

dongheenam commented 1 year ago

At the moment, all the form values are stored and updated in Zustand for simplicity, but it's bloating up.

Tasks

dongheenam commented 1 year ago

See #11

dongheenam commented 1 year ago

Tried a few different form management libraries (react-hook-form, react-final-form), they were way too verbose and complicated to work around controlled inputs.