nuclear-js
nuclear-js copied to clipboard
Reactive Flux built with ImmutableJS data structures. Framework agnostic.
Hello all, I'd like to ask if anyone has experimented with composing Getters and how it turned out? Also I would like to propose one possible approach that opened a...
Seems like the refactor of reactor now triggers getters whenever a change happens at the root level. For ex: ``` export default { getter: [['key1', 'key2', 'key3'], item => item]...
Ran into this exception today, and I was baffled. I'm not doing any cascading dispatches, or calling dispatch inside of an observer, etc. After digging through a bit I discovered...
Perhaps this use case is too niche to make it into the lib, but I wanted to raise the issue for discussion either way. Using `Reactor({ debug: true });` is...
@lyonlai I checked out your branch and noticed a couple of test failures for some observer unwatch edge cases. I've added two new tests in master for these test cases...
This PR is a better implementation of the grouping observers by getters idea in https://github.com/optimizely/nuclear-js/pull/182 The difference is observers are grouped when they are added. Also the removal of observers...
I was just tracking down a performance issue and have across what seems to be the root of the issue. I would type into an `` control whose value is...
Has anyone done any work to sync NuclearJS state to React Router query parameters? I currently do `router.transitionTo()` with the new URL query params whenever an action changes some state...
The goal is that some items can become favorite and are then rendered in a special list. But my code does not work cause the observer just works once. Have...
Enable automated browser testing on travis-ci - [ ] setup `karma-sauce-launcher` - [ ] add sauce tokens to the travis-ci environment - [x] add saucelabs testing badge to README