npm-zod
This utility helps to deserialize a plain (JSON) data structure to a reactive data model.
Installation
#Usage
#You can find an example here: https://github.com/artalar/reatom/tree/v3/examples/react-table-atomization
Mapping
#This section describes how types coverts to a specific atoms.
union
type creates an atom with all possible state variants and discriminatedUnion
creates an atom with all possible atoms variants.