Open hackhat opened 8 years ago
From the outer world: There is redux-router
package for usage with react-router. If you digg in, you will see there is much work to correctly synchronize navigation and store. I'm afraid this is out of scope of univarsal-router
.
+1 if this support can be enabled (possibly as a separate addon)
One of the reason that I would prefer to keep it in the store is because you can use time travel with redux devtools. If you do like in your example, the url doesn't change when the you go back in the redux devtools timeline.