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.