You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
'Meta' allows for assigning immutable properties to a route. However there is a need to push arbitrary app state whenever a route changes to keep track of historical app state at the time of the route change. 'Meta' does not allow for the use of conditional state based on the route history. Currently the implementation uses the HTML5 history API for pushing state changes, but it does not allow the user to pass in arbitrary state that can be accessed again when going backwards in history. Please expose an extra parameter/object property to the API for this purpose.
What problem does this feature solve?
'Meta' allows for assigning immutable properties to a route. However there is a need to push arbitrary app state whenever a route changes to keep track of historical app state at the time of the route change. 'Meta' does not allow for the use of conditional state based on the route history. Currently the implementation uses the HTML5 history API for pushing state changes, but it does not allow the user to pass in arbitrary state that can be accessed again when going backwards in history. Please expose an extra parameter/object property to the API for this purpose.
What does the proposed API look like?
Proposal:
The text was updated successfully, but these errors were encountered: