Store
A store holds the whole atoms table of your application.
Store Methods
getAtomValue: (key: any) => any
Returns the atom value by atom key.
Returns
(any): The atom value by atom key.
A store holds the whole atoms table of your application.
Returns the atom value by atom key.
(any): The atom value by atom key.