Commit 6c3600bdc8bb9caf695310b54e4b5f1ae61dad09
better elevator pitch for Struct
Dominic Tarr authored on 6/19/2017, 8:31:35 PMGitHub committed on 6/19/2017, 8:31:35 PM
Parent: 306cee2cea33ec6d7ac5025d5033784134e56141
Files changed
README.md | changed |
README.md | |||
---|---|---|---|
@@ -122,8 +122,10 @@ | |||
122 | 122 … | ||
123 | 123 … | ||
124 | 124 … | ### Struct | |
125 | 125 … | ||
126 … | +Take a fixed set of observables (or values) and return a single observable of the observed values, which updates whenever the inner values update. Subobservables can by any observable type. | ||
127 … | + | ||
126 | 128 … | Mostly the same as [observ-struct](https://github.com/raynos/observ-struct) except that it always emits the same object (with the properties changed). This means it violates immutability, but the trade-off is less garbage collection. The rest of the mutant helpers can handle this case pretty well. | |
127 | 129 … | ||
128 | 130 … | They accept a set list of keys that specify types. For example: | |
129 | 131 … |
Built with git-ssb-web