React Navigation developer tools
brentvatne opened this issue · 3 comments
brentvatne commented
As per #14 the only good reason that I can see for integrating React Navigation state into Redux is to take advantage of the Redux developer tooling. We can create our own version that is more specialized for React Navigation and would provide a better experience without the downsides that go with storing your navigation state in Redux. Let's discuss this further in this thread.
ericvicenti commented
This would be a fun project! I'd be happy to help anybody get started on this
brentvatne commented
static route definitions also allow us to do things like this: https://github.com/kureev/react-navigation-parser
satya164 commented
React Navigation 5 integrates with Redux devtools extension. Actually I think it'll be pretty straightforward to do the same for v4.