-
Notifications
You must be signed in to change notification settings - Fork 76
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
What do you want in next version 3? #64
Labels
Comments
This was referenced Mar 4, 2018
Open
Open
Open
Closed
Open
Open
记忆滚动位置 |
页面缓存后的生命周期函数 |
支持ts吧 |
请问一下v3版本上线的大概时间?@vifird |
弱弱的问下,Control.go(routerPath, state), 这里的state不能传递function过去呢,例如: |
@YugeCse 这个是不可以的,Control.go内部调用的是history.pushState,在pushStage中function无法被clone,所以无法作为状态存储和恢复。当然也不建议这么做,状态应该是Pure的。 |
谢谢,那这该如何实现呢? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Keeper is designing the next version: V3, what do you suppose to be added on?
Show your ideas, better with designment.
The text was updated successfully, but these errors were encountered: