normalizr-immutable
normalizr-immutable copied to clipboard
We used create-react-app to create react project when I tried to include library: `import {normalize, arrayOf} from 'normalizr-immutable'`, the web page failed to be rendered by Googlebot:  it...
Hi, thanks for the great library. Currently the latest release on npm is still 0.0.3 which requires native Proxy support on browsers. I've tried the 0.0.4 pre-release, it already made...
slightly nicer formatting
Hey I'm having some trouble merge entities together, I might be doing something wrong, so wanted to get some feedback here first. My view loads an initial list with basic...
In my project I persist the state using redux-persist-transform-immutable (which uses [transit-immutable-js)](https://github.com/glenjamin/transit-immutable-js) making it possible to store & restore Records to and from local storage. This works well for most...
You can use the proxy to get an object reference from a provided state so, you don't have to manually retrieve the id from the state. This is great because...
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?