Transform Plasmic to SPA with hash routing.

Hello! Sorry if this is a stupid question but how can i transform the plasmic project to be a single page app using hash routing?

Hi, if you are using plain react, then you basically need to bring your own router, unlike for next JS and Gatsby which bring their routers, see here for an example

https://docs.plasmic.app/learn/react-quickstart/