ARGA-Genomes / arga-web

Monorepo for ARGA web components and API wrappers
Mozilla Public License 2.0
1 stars 0 forks source link

Replace React Router with Wouter #40

Open nickdos opened 1 year ago

nickdos commented 1 year ago

https://github.com/molefrog/wouter

Suggested by Theo Browne and is much smaller in size.

nickdos commented 1 year ago

Gave it a go but got stuck trying to implement removing query params from URL... not in Wouter yet.

Might be possible via modifying the history by adding current page without params but seems ugly and not essential for now. So putting this idea on hold.

WIP in branch...