This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
When using reagent/react, does it mean one is locked into SPA? I wonder how to achieve the result of having a website that routes on the backend (instead of using spa routing on the frontend js), and also enjoy some sort of js for each web page.
I am thinking about how to organize a website that: 1. Routing happens on the backend (so not spa) 2. Each different page , e.g., /page1, /about, /foobar shall have its own js, and also some global shared js 3. Further, these js are managed by shadow cljs if possible
If we ignore reagent/react, what is the proper management in the js tooling for that purpose? Something other than webpack