Michelle Tilley

Results 61 comments of Michelle Tilley
trafficstars

I love the idea, thanks! That said, I'm not sure there's a way to detect if a tab has Aw Snapped except in [the new experimental `chrome.processes` API](https://developer.chrome.com/extensions/processes#event-onExited) that's only...

I really like this--it's on the short list. I may go ahead and do this as part of my "options page" work.

@joaovpmamede This will land in Fluxxor in one form or another. I've converted this issue into a PR and attached the code I have working thus far. All the flux-based...

@bitmage You're right; I meant to reference #6. Thanks!

I have a couple demos/examples in various stages of completeness, but ideas and code are always welcome and appreciated!

@jwalton I think this is right on. I think you're right about moving the StoreWatchMixin code to `componentDidMount`; in fact, the current implementation will probably leak on the server.

Thanks for the note, @ftorre104. The example currently on `master` at https://github.com/BinaryMuse/isomorphic-fluxxor-experiment/ seems to work out pretty well, but it has some caveats (see the bottom of the readme). I'm...

@jwalton I could see this technique being useful for a subset of applications, but one of the draws of server-rendering with React is SEO; in these cases, we would want...

Hey, @STRML, thanks! This is cool stuff. I'm going to tag this for the 2.0 release for now, as there are a couple pending decisions around the 2.0 API I'm...

Just wanted to pop in for a quick update here. There's no doubt that this functionality is quite useful from a reusable abstractions standpoint, but I've always been hesitant to...