JohnTNP / life-settings

⚙️ Note your life like setting the app.
https://life-settings.vercel.app
1 stars 0 forks source link

Dynamic Forms #1

Open JohnTNP opened 2 months ago

JohnTNP commented 2 months ago

Is your feature request related to a problem? Please describe. This will allow users to freely customize their settings.

Describe the solution you'd like Using useFieldArray from 'react-hook-form' for implementation.

Describe alternatives you've considered Formik?

Additional context null

JohnTNP commented 2 months ago

I would like to try TDD, starting from test cases.

JohnTNP commented 1 month ago

Implementation in feature/form branch