Michelle Tilley

Results 59 comments of Michelle Tilley

Store testing isn't as nice as it could be due to some early API design decisions I made (which I want to correct in a future version). The correct answer...

Yes, I think that's fine. And in fact, since stores can call `waitFor` and other methods on `this.flux` during their action handling lifecycle, it's possible that simply calling `__handleAction__` wouldn't...

I believe that the root problem is that `waitFor()` and `store()` are both exposed on the `Fluxxor.Flux` instance, which means that the stores are tightly coupled to `this.flux` for that...

I've been thinking about this quite a bit since #58, but I'm hesitant to make it part of the base store API. It's likely that an event named `"change"` is...

Thanks for this, @andrewslater. I'm going to wait for React Router 1.0 final to hit to update the site and example, but this will be useful for the update.

See [this comment](https://github.com/BinaryMuse/fluxxor/issues/141#issuecomment-147093253) for an explanation of the context issue.

I haven't used React Native extensively enough to know for sure, but based on #116 I think it can be. Give it a shot and let me know if you...

> I had a brief look at the native code and feel that the execution is async, i.e. not blocking the main process if it was executed from there, is...

Good point; it's likely compile is responsible for the extreme cases.

I'm not 100% sure this is per spec (that arrays can contain both floats and ints if the underlying language treats them the same). Curious if @mojombo has thoughts. Even...