Skip to content

Meta

Router: React Router

I am rebuilding my site with React Static but it ships with reach-router. But this thing suffers from an unacceptable dvitis, so can I just use react-router?

This meta-record was published on


Status Obsolete

Obsolete, since React Static was replaced with Astro.

Decision

Remove reach-router (bundled with React Static) and replace it with react-router.

Why

  • reach-router divitis is unacceptable

Trade-offs

  • because now using react-router instead, need to implement accessible routing by hand

Read more


Go back to top of the page