Theo's Typesafe CultTTC
Theo's Typesafe Cult3y ago
11 replies
bobaholic

SPA or MPA for react native dev

Hi all, I am fairly new to React Native mobile development, and have cloned the turbo and clerk template. I was looking into using different screens or how to implement them, and I was wondering if I should be treating my app as Single Page App or Multi Page App?

I’ve looked into the docs of React Navigation/native and it seems confusing if I need to pass the navigate property to every screen/component that needs to reroute the app and seems very weird not correct.

Is there another library I could use or should I be treating it as a SPA and just change what is rendered based off the users selection?

Thank you for your time.
Was this page helpful?