A virtualized table implementation with per cell stale time #134
marbemac
started this conversation in
Show and tell
Replies: 2 comments 11 replies
-
|
@marbemac amazing! I'll try to find some time to look over it in the next few days. |
Beta Was this translation helpful? Give feedback.
11 replies
-
|
Updating here for completeness: I did a deep dive on this project, answering all questions and migrating the code to use Zedux v2. Amazing project @marbemac thanks for sharing. See my fork PR: marbemac/zedux-grid-example#1 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi @bowheart - now that the holidays are over, I finally had a chance to dig into Zedux with a more complex example. This is that virtualized data table / grid that I mentioned earlier.
I had some fun putting it together today, BUT I'm not sure that I did things the "zedux" way across the board. It's easy to run locally, and I included a quick gif in the readme to give an idea of what it does. I also added some comments tagged with
@QUESTIONwith notes on bits I was particularly unsure about as I put it together.No rush at all, but if you have a little time in the next couple of weeks and are able to take a look at the implementation to offer some pointers I'd really appreciate it. Also, if a more advanced example like this is something that could be helpful to others I could clean it up (and/or simplify it) for broader consumption.
Thanks in advance!
https://github.com/marbemac/zedux-grid-example
Beta Was this translation helpful? Give feedback.
All reactions