meteor/guide

Add section about eager loading of files

Open

#1.052 aberto em 29 de set. de 2020

Ver no GitHub
 (0 comments) (0 reactions) (0 assignees)HTML (323 forks)batch import
good first issue

Métricas do repositório

Stars
 (839 stars)
Métricas de merge de PR
 (Nenhuma PRs mesclada em 30d)

Description

Eager loading is - as far as I can see - only really explained in the release notes of Meteor 1.7 (https://docs.meteor.com/changelog.html#changes-21) but neither in the guide for application structure (https://guide.meteor.com/structure.html#load-order) nor in the guide for testing (https://guide.meteor.com/testing.html#test-modes).

Since it is the default for quite a while now (https://github.com/meteor/meteor/pull/9715) this behavior should be documented in the Meteor Guide as well.

Links which might help describing the behavior are the PRs of both of those changes:

I also tried to summarize it in a stackoverflow answer: https://stackoverflow.com/a/64116026/517914

Guia do colaborador