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

如果需要下发的动态页面,包含多自定义widget(也需要动态下发),这种情况一般怎么处理,有什么最佳实践吗 #331

Open
colorfulldays opened this issue Aug 16, 2023 · 4 comments

Comments

@colorfulldays
Copy link

如果需要下发的动态页面,包含多自定义widget(也需要动态下发),这种情况一般怎么处理,有什么最佳实践吗

@yx-mike
Copy link

yx-mike commented Aug 17, 2023

这种第一版也是先把自定义Widget都提前在Fair的binding解析好的。很多还需要改,比如事件传参这些...

@colorfulldays
Copy link
Author

这种第一版也是先把自定义Widget都提前在Fair的binding解析好的。很多还需要改,比如事件传参这些...

那就没什么能动态化的了。有搞过相对复杂的动态化页面吗?另外,调试好用吗

@zmtzawqlp
Copy link
Contributor

自定义widget(也需要动态下发)这个你理解为动态页面就行了。只要想要动态化的东西,又是独立的,都做成一个单独的页面(也就是个fairwidget而已)

@yx-mike
Copy link

yx-mike commented Sep 8, 2023

这种第一版也是先把自定义Widget都提前在Fair的binding解析好的。很多还需要改,比如事件传参这些...

那就没什么能动态化的了。有搞过相对复杂的动态化页面吗?另外,调试好用吗

你这个不就是整个页面动态化吗?难道你想嵌套?页面里面的可以部分分开动态化?
还是整个页面一起动态化,不要再分了。

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