Relative Content

Tag Archive for reactjsremix.run

Go Back Functionality in Remix

What’s the best recommended way to check if you can go back then go back to its previous route else just go back to a default route.
I’m using Remix.

Define Routing Outside of the Project in Remix React

I’m using a monorepo and I wanted to move the routes outside of the project.
Would it be possible? How would you do that? I’m using Remix and Vite and remix-flat-routes.
Do you adjust it in the vite.config.ts?