dotnetcrafted / cs-go-statistics

Application to show statistics of players on the local CS:GO server.
The Unlicense
0 stars 0 forks source link

Add js-based routing system to handle multiply pages without page reload. #6

Closed danilDelete closed 4 years ago

danilDelete commented 4 years ago

We need to create frontend for the new page /wiki. So we probably need to introduce react-router to handle frontend routing. Aslo we need to refactor components and separate header and footer out to the base-laout component.