react-navigation / rfcs

RFCs for changes to React Navigation
Other
88 stars 16 forks source link

React Navigation developer tools #49

Open brentvatne opened 6 years ago

brentvatne commented 6 years ago

As per https://github.com/react-navigation/rfcs/issues/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 6 years ago

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

brentvatne commented 6 years ago

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

satya164 commented 4 years ago

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