|
|
|
|
|
by TheAceOfHearts
3278 days ago
|
|
Last time I tried Proxies, their performance wasn't very good. It would be great to see a few benchmarks. What advantages would this give you over using persistent data structures [0] with memoized selectors? When using immutable data structures, you can shift the responsibility of providing updates up to the caller. In my experience, that usually means code that's easier to debug and test. [0] https://en.wikipedia.org/wiki/Persistent_data_structure |
|