prettynice icon indicating copy to clipboard operation
prettynice copied to clipboard

Add SPA section to docsite

Open blaix opened this issue 10 months ago • 0 comments

Prettynice is not built for SPAs, but you can still build a SPA with it, and the architecture gives you some nice benefits over a traditional, serverless SPA. Your server/ can serve your backend API, and route all other requests to a response that loads your SPA from client/src/components/App.gren. Build App in the client folder the same way you would build any other Gren SPA.

blaix avatar Mar 05 '25 15:03 blaix