Raul Matei
Raul Matei
I'm +1 this one. Even if I understand the benefits of immutable data structures, I'd love to see an approach with no dependency, plain JavaScript data structures.
To me it looks great, I'll play around with it this evening. Thanks!
Using Immutable as proxy I'm not able to get all data from a store and transforming to JS by invoking `MyStore.getAsJS();` with no key... it still works when using with...
@jmreidy you're right, the problem with the pull request #32 is actually a problem in the implementation, it throws errors when trying to bundle it with Browserify `Error: Cannot find...
Hi guys, Is this going to be merged and pushed to NPM, or is still under review?
Sounds good!
I can update the docs for the immutable proxy setup, as it's something that I've been working on. I haven't reviewed yet the changes @wmertens made, since the Immutable was...
@jordangarcia - for time being, having a second build without ImmutableJS would be a way to solve the backwards compatibility issue: `import Store from 'nuclearjs/a-good-name-for-the-non-immutable-version'`, but personally I was looking...
It looks like `RECEIVE_PRODUCTS` is `undefined`. Do you have an action types file? How do you export/import action types in the actions file (assuming that you use `dispatch` inside actions).
@usirin this looks great. I've also had same feelings about modules and I was wondering why it's not something mandatory in NuclearJS. Than I realized that NuclearJS is better to...