decojs / DecoJS

A framework for creating maintainable frontend applications
11 stars 2 forks source link

Support state management using fragments, for popups, wizards and tabs #18

Open mariusGundersen opened 9 years ago

mariusGundersen commented 9 years ago

hashNavigation can only represent one state at a time. Using a query param syntax in the fragment of the url DecoJS can support multiple key:value pairs, each one representing a state. This can be used to track the state of components such as popups (open or closed), wizards (page 1,2,3,...) and tabs (tab 1,2,3,...).

mariusGundersen commented 9 years ago

This needs to work along with #16