react-navigation/rfcs

React Navigation developer tools

brentvatne opened this issue · 3 comments

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.

This would be a fun project! I'd be happy to help anybody get started on this

static route definitions also allow us to do things like this: https://github.com/kureev/react-navigation-parser

React Navigation 5 integrates with Redux devtools extension. Actually I think it'll be pretty straightforward to do the same for v4.