meteor-blaze-components icon indicating copy to clipboard operation
meteor-blaze-components copied to clipboard

Describe a proposed way to limit rerenders because of the data context changes

Open mitar opened this issue 10 years ago • 2 comments

Using computed field package.

mitar avatar Oct 09 '15 22:10 mitar

Example of a discussion and example code is in #49 which talks about various issues with different types of equality.

mitar avatar Oct 09 '15 23:10 mitar

Additional thing to limit is inside autoruns, as described in computed field package README.

And another one is if you need just a subset of (or clearly defined/limited) data context and would want to trigger reactivity only then. (Computed field + _.pick? Or to map each field to each own reactive variable? Reactive dict?)

mitar avatar Oct 09 '15 23:10 mitar