Skip to content

Instantly share code, notes, and snippets.

@bewarusman
Created September 29, 2021 13:04
Show Gist options
  • Save bewarusman/debf03748e89aea8d7bb8887978249c2 to your computer and use it in GitHub Desktop.
Save bewarusman/debf03748e89aea8d7bb8887978249c2 to your computer and use it in GitHub Desktop.
import { atom } from "recoil";
const usersState = atom({
key: "usersState",
default: []
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment