Hey guys, I really need your help.
Who have made applications with the menu and all the content on 1 page (the content is displayed depending on the menu option)?
Need advice on the optimal solution in order to properly implement the “editing” and “creating new things” modes on 1 page.
Now everything is difficult for me. Take a look on “Commission”, as an example: https://youtu.be/tBOqBmoOpew
Each time I change the section of the app, 20+ “Do when condition is true” events + a large “Page is loaded” are triggered. (All to reset groups and inputs)
I use both parameters in the link, and a plugin for Local / Session storage (for example if it is a mode for editing, I create in Session storage “editing” which is equal to “true”).
As a result, the page loads slowly, I can not fix the bug (sometimes if I change the section to the same, but switch from “edit” mode to “create new” the content of inputs does not reset)