Implementing Cursor Pagination with Effect-Atom in a React App
I have an HttpApi with cursor pagination
Now I in my react app, I would like to implement a table with pagination and I would like to "cache" the "pages".
Coming from reqct query, I would have constructed the query key from the cursor and limit url params.
How would this be done with effect-atom? Is better to use an atom family or the http api integration? With the latter I have no idea how to put the url params into the reactivity keys, but maybe I'm blind by now.
Now I in my react app, I would like to implement a table with pagination and I would like to "cache" the "pages".
Coming from reqct query, I would have constructed the query key from the cursor and limit url params.
How would this be done with effect-atom? Is better to use an atom family or the http api integration? With the latter I have no idea how to put the url params into the reactivity keys, but maybe I'm blind by now.
