Open mitar opened 9 years ago
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?)
Using computed field package.