cljsrn

jba 2025-05-16T17:43:03.485949Z

Perhaps a stupid question but when why is https://docs.expo.dev/router/introduction/ interesting? Versus managing the current page with re-frame or any other state management library.

viesti 2025-07-12T07:01:37.760479Z

I might be wrong, but I think Expo router is mainly useful if you would follow full Expo way and make your mobile and web app with the same Expo scaffolding I did briefly look into Expo router, but we then went with just re-frame and using React Navigation directly, using TabNavigator in few places I think Expo router with it's file-per-route idea isn't necessary nor is it useful for a re-frame app, since you can do yourself with more control the routing