swarmcity / terminal-ts

Terminal implementation in TS
0 stars 0 forks source link

Replace `a` with `Link` for internal pages #40

Closed filoozom closed 2 years ago

filoozom commented 2 years ago

Currently we're using <a href={ROUTE} />, which hard refreshes the page on click. These should be replaced with <Link to={ROUTE} /> so that we stay in the SPA.