Dynamically load JS/CSS per template with Meteor

后端 未结 1 1474
不知归路
不知归路 2021-01-06 05:27

I understand a couple questions (i.e. this) of this nature have already been posted, however no solid solution has been found. From what it seems, Meteor currently lacks of

相关标签:
1条回答
  • 2021-01-06 05:48

    Meteor doesn't yet support lazy/on demand loading of resources. The feature is on the roadmap as "incremental loading".

    In the meantime, have a look at numtel:publicsources and numtel:privatesources, which let you create bundles for lazy loading resources, with or without authentication.

    0 讨论(0)
提交回复
热议问题