Skip to content

Instantly share code, notes, and snippets.

@chetanraj
Created August 10, 2020 17:38
Show Gist options
  • Save chetanraj/efa0e87185e285c8db7f191dd15ce8a5 to your computer and use it in GitHub Desktop.
Save chetanraj/efa0e87185e285c8db7f191dd15ce8a5 to your computer and use it in GitHub Desktop.
export const nameStateAtom = atom({
key: "nameStateAtom", // an unique id
default: "", // default value
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment