有什么理由不为 Meteor 实现 fastrender 包吗?

Is there any reason for not implementing the fastrender package for Meteor?

我一直在研究使我的 Meteor 应用程序加载速度更快的方法,因此我安装了 FastRender 程序包 (https://meteorhacks.com/introducing-fast-render.html),我不敢相信我的 Meteor 应用程序现在加载速度有多快。添加也很简单。

我只是想知道为什么这个包不只是默认添加并且隐式工作(而不是必须去 fastRender:true,默认情况下它是真的,你必须去 fastRender:false 将其关闭)。使用这个包或任何我不想打开 fastRender 的用例有什么缺点吗?

请参考快速渲染页面,尤其是"Fast Render exposes some security issues that are not normally issues with Meteor. The following section describes what they are and how to prevent them. Some of the issues have been already fixed."部分。流星核心团队不维护快速渲染,因此它不会(截至目前)是流星堆栈的预捆绑组件