Skip to content

Instantly share code, notes, and snippets.

@Origho-precious
Created September 16, 2021 20:52
Show Gist options
  • Save Origho-precious/49db19ab1273d36d32de0e37f19e1d2c to your computer and use it in GitHub Desktop.
Save Origho-precious/49db19ab1273d36d32de0e37f19e1d2c to your computer and use it in GitHub Desktop.
animeTitles Atom - src/store/index.js
import { atom } from "recoil";
export const animeTitles = atom({
key: "animeTitleList",
default: [],
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment