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

Tab Route Cache #26

Open benminer opened 4 years ago

benminer commented 4 years ago

Is your feature request related to a problem? Please describe. When switching Tabs, the Router reducer needs to remember where the last tab before the switch left off at, and look for it in the tabCache when it is clicked again. A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]