Skip to content
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

关于 render 完成后,需要执行一些代码。 #26

Open
xieke opened this issue Jul 27, 2016 · 2 comments
Open

关于 render 完成后,需要执行一些代码。 #26

xieke opened this issue Jul 27, 2016 · 2 comments

Comments

@xieke
Copy link

xieke commented Jul 27, 2016

render function 是指切换页面前 至最后 return 。
相当于,我做了一些前置工作后,return 才切换页面。

基于传统前端页面思维,我想当 return 切换页面完成时,想要执行一些代码,该如何实现?
类似于原生的 window.load 方法,即页面渲染完成后,我要做一些事。

请楼主提供示例,感谢!

@progrape
Copy link
Owner

@xieke 你好,现在的 bind 方法在每次完成渲染之后都会执行,你可以在这里做些额外的事。

更好的做法是提供一些生命周期的方法,渲染前、渲染、渲染后、卸载前、卸载后等,但是这样就搞得复杂了。这个定位用于简单的页面,不想搞得太复杂。欢迎网友 fork 来增加改进~

@tongjh2
Copy link

tongjh2 commented Oct 8, 2016

@progrape 同求,确实需要 渲染前、渲染、渲染后、卸载前、卸载后这样的方法,很有必要,想问一下作者有没有计划搞一搞呢

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants