jotai-form icon indicating copy to clipboard operation
jotai-form copied to clipboard

feat(DX): Add schema adaptors

Open barelyhuman opened this issue 3 months ago • 0 comments

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.

  • Might want to discuss how to handle nested schemas
  • Atoms with objects as their value would make it hard to handle derivations and be the source of re-renders very easily

barelyhuman avatar Mar 07 '24 15:03 barelyhuman