normalizr-immutable
normalizr-immutable copied to clipboard
hydrating client stores from server + proxies
Any ideas on how to use proxies if the stores come over prepopulated from the server? Seems like you'd have to de-normalize and normalizr-immutable?
Yeah, that would sense to me. I don't have this use case myself. Since normalization and de-normalization is a one command thing, this sounds like a good idea.
Also, when you execute toJSON(), it will retrieve the proxied object and not the proxy itself