We're building an app for a gym to manage their gym, for that we have used remix and pwa. Now when navigating to new pages like the video provided, the app doesn't just navigate it reloads on every navigation. we need to know to if it is possible in remix or I heard react + react router can do it, if that's the case should we migrate the codebase and how to implemet swipe navigation like mobile apps?
#Need to create a native mobile app experience on a pwa
1 messages · Page 1 of 1 (latest)
you can see that in the video, the browser doesn;t reload just routes to the specifies route
@earnest cipher
don't tag people 🙏
I heard react + react router can do it
Remix uses React Router
Remix can do client-side navigations if you use the Link or NavLink components