Skip to content

Instantly share code, notes, and snippets.

@chetanraj
Created August 10, 2020 17:43
Show Gist options
  • Save chetanraj/5354114340f843d56a3f9ca65488428c to your computer and use it in GitHub Desktop.
Save chetanraj/5354114340f843d56a3f9ca65488428c to your computer and use it in GitHub Desktop.
export const nameStateSelector = selector({
key: "nameStateSelector", // unique ID
get: ({ get }) => {
const text = get(nameStateAtom);
return text;
},
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment