downsides of using Ivy in Angular?

家住魔仙堡 提交于 2019-12-13 11:24:18

问题


Everyone is talking about Ivy for Angular compilation. All I have heard is good things about it. Are there any downsides? like something I should be aware of before using it?


回答1:


https://is-angular-ivy-ready.firebaseapp.com/#/status

It is still a beta product, it will be ready soon. You can try it but it is not recommended for production just yet.




回答2:


Bundle sizes may be larger than without Ivy and strict template type checking may give you some problems.

Those issues should be resolved in 9.0.0 final. The RC is coming soon and is worth testing out.

-Michael Prentice (Angular Team)

Please look at the comments below from Michael himself :)



来源:https://stackoverflow.com/questions/58460828/downsides-of-using-ivy-in-angular

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!