rfcs icon indicating copy to clipboard operation
rfcs copied to clipboard

React Navigation developer tools

Open brentvatne opened this issue 7 years ago • 3 comments

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.

brentvatne avatar Jun 12 '18 18:06 brentvatne

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

ericvicenti avatar Jun 12 '18 18:06 ericvicenti

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

brentvatne avatar Jun 12 '18 18:06 brentvatne

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

satya164 avatar Sep 20 '19 00:09 satya164