meteor-blaze-components
meteor-blaze-components copied to clipboard
Describe a proposed way to limit rerenders because of the data context changes
Example of a discussion and example code is in #49 which talks about various issues with different types of equality.
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?)