adding search and better transitions and feel overall

This commit is contained in:
Arjun Patel
2022-02-01 00:16:39 -08:00
parent ed7bbc5b5c
commit 462139b930
9 changed files with 89 additions and 74 deletions
+7 -7
View File
@@ -1,10 +1,10 @@
import { atom } from "recoil";
export enum RecoilActions {
CURR_PAGE_PATH = "CURR_PAGE_PATH",
}
// export enum RecoilActions {
// CURR_PAGE_PATH = "CURR_PAGE_PATH",
// }
export const currPagePath = atom({
key: RecoilActions.CURR_PAGE_PATH, // unique ID (with respect to other atoms/selectors)
default: "/s", // default value (aka initial value)
});
// export const currPagePath = atom({
// key: RecoilActions.CURR_PAGE_PATH, // unique ID (with respect to other atoms/selectors)
// default: "/s", // default value (aka initial value)
// });