elite-se / elite-se.webpage

source code for the organisations main webpage
https://elite-se.xyz
MIT License
7 stars 0 forks source link

Explore routing via decorators #13

Open DominikHorn opened 4 years ago

DominikHorn commented 4 years ago

Instead of manually declaring routes in a separate file, decorate the main page component:

https://www.typescriptlang.org/docs/handbook/decorators.html

Credit for the idea to @schmitob