Aloompa / mobile-first-navigation

A React navigational router with an emphasis on being Mobile and Developer friendly 📱
GNU General Public License v3.0
4 stars 2 forks source link

Do not expose reducers for the router in order to simplify route configuration #10

Closed jottenlips closed 4 years ago

jottenlips commented 4 years ago

@ZakRaymer since the Redux library is not a large dependency we have decided to just move the store up a level into the router and remove it from the implementation in the example to simplify setup.