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
Hi, I have a use case where I want to enable the react routing via hash values in url.
For e.g - /home#1 , /home#2
These hash values "1" and "2" would basically setup a state of the component and render it.
Currently, I don't see any documented mechanism to accomplish this out-of-the-box via redux-first-route. The location reducer does not exposes the hash value and similarly I can't dispatch actions to update the hash as well.
Is there any way to solve this?
The text was updated successfully, but these errors were encountered:
You need https://github.com/respond-framework/rudy
The documentation for Rudy clearly mentions that this is a work in progress and some features are incomplete. I am not sure if I can rely on it for enterprise platform.
Hi, I have a use case where I want to enable the react routing via hash values in url.
For e.g - /home#1 , /home#2
These hash values "1" and "2" would basically setup a state of the component and render it.
Currently, I don't see any documented mechanism to accomplish this out-of-the-box via redux-first-route. The location reducer does not exposes the hash value and similarly I can't dispatch actions to update the hash as well.
Is there any way to solve this?
The text was updated successfully, but these errors were encountered: