SPA Best Practices

I still use this framework to this day: Single-page application framework: App Shell [free tutorial] - #30 by mossoc99

Now that reusables can take multiple variables, there’s a ton more new use cases. I use it for the navigation, “pages” of the SPA, and anything that I catch myself doing multiple times. If a page is getting messy, slice it with reusables.

Also, a thing I learned recently, don’t put reusable workflows in the backend, put them in the frontend. It’s much faster that way because – I think – Bubble does optimistic db updates. I’m re-reading this article by @guillaume.maison and I’ll try to put it to good use.