working on new virtual scroller

This commit is contained in:
Ren Amamiya
2023-03-23 10:33:28 +07:00
parent 207ef68aa1
commit b3baacb3e0
5 changed files with 61 additions and 5 deletions

View File

@@ -2,3 +2,5 @@ import { atom } from 'jotai';
// usecase: notify user that connector has receive newer note
export const hasNewerNoteAtom = atom(false);
// usecase: query notes from database
export const notesAtom = atom([]);