Replies: 1 comment 4 replies
-
Hi! Alternatively: Is there a guide for how to integrate this with Redux devtools or similar? |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Zedux has amazing dev tools support, but we haven't published any dev tools for it yet. Let's change that!
We have an old StateHub React component that we stopped maintaining over a year ago. It had a few problems:
This discussion will keep track of progress toward making the new dev tools:
Feature list:
my-atom
will fuzzy search for atoms with ids matching the stringmy-atom
.key:user status:Stale state:role:admin
will search for atoms whose template key matchesuser
, whose status isStale
, and whose state contains an object withrole: 'admin'
If you have any features that you're dying to see in the dev tools, absolutely feel free to comment! Everything within the realm of possibility is on the table for this redesign. And it's a pretty big table.
Beta Was this translation helpful? Give feedback.
All reactions