-
Notifications
You must be signed in to change notification settings - Fork 640
plan to support state object. #21
Comments
Hadn't thought about it much, but yep, we definitely could add it as a parameter in the |
We're going to be adding push(path, state)
replace(path, state) Seems like you can just say your API, could get your API ready by adding those two actions as well with the same signature. |
@ryanflorence thanks. I'm not sure how I feel about just a |
Let's move the discussion for state here: #38 |
history.pushState() takes a state object as first parameter and Link tag takes it as a property. It looks like redux-simple-router do not support this state object yet.
Do you have a plan to support this?
The text was updated successfully, but these errors were encountered: