This repository has been archived by the owner on Jan 1, 2025. It is now read-only.
Recoil Table - Table state manager built using Recoil #1147
rbaxter08
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello all! 👋
Recently I've been experimenting with the idea of building a table state manager using Recoil and I'm hoping to get some feedback on the idea. In the past I've seen table states managed via hooks and React Contexts, but I was never happy with the idea that when a small part of the state changes the entire table was going to update.
To be honest, I'm not really sure if this is a good pattern or not 😅, but it seems to work and I think it's kind of interesting.
Any thoughts or feedback on the recoil-table api, or how I'm using recoil internally would be greatly appreciated!
https://github.com/rbaxter08/recoil-table
Beta Was this translation helpful? Give feedback.
All reactions