mschipperheyn / normalizr-immutable

Other
123 stars 13 forks source link

Unnecessary overhead from harmony-reflect #4

Closed mschipperheyn closed 8 years ago

mschipperheyn commented 8 years ago

Currently, we use harmony-reflect as a shim for harmony-proxies. However, you don't want this included in situations where the target environment already has full support for proxies. This should be more flexible.

mschipperheyn commented 8 years ago

Removed harmony-reflect