Hello everyone
Very new to bubble and attempting at building a very large single-page app using the new responsive engine.
I have two menu bars on the left and therefore quite a few different pages, each with many group elements inside them. The way I understood to build this is to create groups and hide and collapse them and make them reappear at different pages which is fine!
What I’m trying to understand is from a development POV, given that it is a single-page app, I’ll be stacking all these modules below each other, correct? (Assuming a column layout). And I have to constantly hide and show them in the element tree when I’m developing or I’ll end up having 1000s of groups stacked below each other? Seems like it could get very messy and I’m trying to understand if I’m doing something wrong.
If this was a multi-page, then that’s fine. Everything will be organized in different pages and Each page will have a whole bunch of elements but for a single-page app, is there a good way of making the development process a bit more organized?
Does it make sense what I’m talking about?