Preparing search index...
The search index is not available
@xarc/react-recoil
@xarc/react-recoil
browser
Recoil
atomFamily
Function atomFamily
atom
Family
<
T
,
P
>
(
options
)
:
(
(
param
)
=>
RecoilState
<
T
>
)
Returns a function which returns a memoized atom for each unique parameter value.
Type Parameters
T
P
extends
SerializableParam
Parameters
options
:
AtomFamilyOptions
<
T
,
P
>
Returns
(
(
param
)
=>
RecoilState
<
T
>
)
(
param
)
:
RecoilState
<
T
>
Parameters
param
:
P
Returns
RecoilState
<
T
>
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
@xarc/react-recoil
Loading...
Returns a function which returns a memoized atom for each unique parameter value.