Skip to content

Instantly share code, notes, and snippets.

@bnayae
Created January 12, 2021 17:28
Show Gist options
  • Select an option

  • Save bnayae/4bea00907413f330453fa59d7480badb to your computer and use it in GitHub Desktop.

Select an option

Save bnayae/4bea00907413f330453fa59d7480badb to your computer and use it in GitHub Desktop.
import { atomFamily } from ‘recoil’;
import { IRecoilId } from ‘../../interfaces’;
export const stateProductId = atomFamily<string, IRecoilId>({
key: 'state-product-id',
default: '',
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment