recoil.extras

Value members

Concrete methods

def useAtom[T](upAtom: UndefOr[RecoilState[T]], init: T): RecoilState[T]

Use for passing in an atom through props or creating a local one for local state management.

Use for passing in an atom through props or creating a local one for local state management.

See also