jotaijs / jotai-form

Form atoms for Jotai
MIT License
134 stars 1 forks source link

feat(DX): Add schema adaptors #25

Open barelyhuman opened 6 months ago

barelyhuman commented 6 months ago

This needs more research as to how to keep it atomic but avoid the boilerplate of creating atoms manually and using adapters for schema libraries like zod or yup to build the atoms for you.