OlivierJM / react-github-api

Using GitHub API with GraphQL
https://repo-query.netlify.com/
MIT License
7 stars 1 forks source link

a router component #38

Open OlivierJM opened 5 years ago

OlivierJM commented 5 years ago

I have always wanted to do this.

We plan to have a different page of repo page as mentioned here #37, I don't think it is worthy it to install any routing package just for one page. It would be best to create a component that routes to a different browser history without reloading the browser page. we can learn a lot from react-router.

OlivierJM commented 5 years ago

As mentioned above, I created a small routing package and I will be implementing it in this project just to see how it is working. https://github.com/OlivierJM/router-component-lite