remix react route config error – You must provide a non-empty routes array to createStaticHandler
I have made some changes to migrate a project to remix vite. I was running in some challenges related to route configuration under vite.config.ts. a few challenges I encountered were couldnt find a stable version of vite plugin so ended up using unstable_vitePlugin as remix. Had to use Promise.resolve which I highly doubt is the right thing to do when setting up routes.
Remix – Parent loader throwing 500 and nested loader returning a redirect
Today I bumped into an unexpected behaviour from Remix and I’d like to understand if I’m missing something.
Remix – Parent loader throwing 500 and nested loader returning a redirect
Today I bumped into an unexpected behaviour from Remix and I’d like to understand if I’m missing something.
Redirect in Remix On Page Load
What’s the best way to redirect on page load in remix? Isn’t my code below bad or calling unnecessarily?
Independent parallel navigation for modals
I would like to implement independent global modals available throughout the application – similar to Jira.