Delaminer / plinq

3 stars 1 forks source link

Refresh and initial access with React Router #9

Closed broad-well closed 2 years ago

broad-well commented 2 years ago

When users open the extension page via the popup, they only see the tabs at first, so they have to click on a tab to access useful content. Also, once they do so, refreshing the page results in a 404 not found. Consider checking out Next.js's own router and how it works for static exports.

broad-well commented 2 years ago

I will investigate this in a new branch routing.