faceyspacey / redux-first-router-navigation

MIT License
5 stars 0 forks source link

StackRouter parent rerenders on Navigation #2

Open MrLoh opened 7 years ago

MrLoh commented 7 years ago

I encountered a strange issue. My StackRouter seems to rerender every frame in the stack when I navigate, not just the one that was added. This can easily be a huge overhead and also leads to strange UI glitches, as the parent view rerenders and jumps back to the top if it's a scroll view, while the child view is sliding over. Any idea what could be causing this.

MrLoh commented 7 years ago

It's probably more of an issue with react navigation. https://github.com/react-community/react-navigation/issues/706

MrLoh commented 7 years ago

We really need a better maintained performant state driven standalone stack navigator.