JonathanSchwob / vanquish

sts style card game using ts+react+vite+tailwind
1 stars 1 forks source link

implement react router to add Start Screen #23

Open JonathanSchwob opened 1 year ago

JonathanSchwob commented 1 year ago

we're going to need to implement a Router eventually

https://reactrouter.com/en/main

this is the one we should probably use, and a good first route to make would be a Start Game screen that is presented when a user first visits the website. i might also be completely misunderstanding the use of Routes. still fuzzy on em tbh