Skip to content

This is a PoC to check how a tabbed application could be done with react-router-dom.

License

Notifications You must be signed in to change notification settings

victorborg3s/tabing-with-react-router-dom

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Roadmap

  • ☑️ navigate between tabs;
  • ☑️ open a new tab from a Page/Component;
  • ☑️ close a tab;
  • ☑️ do not open duplicated tab of same url;
  • ☑️ open a tab when the url point to a non-opened Page/Component;
  • 🔲 maintain parent relationship between tabs (who created who, to allow navigate from child to parent);

About

This is a PoC to check how a tabbed application could be done with react-router-dom.

Topics

Resources

License

Stars

Watchers

Forks