Matt Styles

Results 4 issues of Matt Styles

Howdy, At the moment the react-blessed renderer is recreating the tree with each render call, this differs from react-dom which attempts reconciliation with the dom rather than stamping over it...

```sh budo src/index.js --live --dir=src ``` If you're serving a static `src/index.html` file then budo serves that just fine but the live reload js file from the default static file...

Hey, So the GlowFilter seems to be crashing webGL, the CPU zips up to 100% (which normally isnt enough to hang the laptop) but it isnt until webGL actually craps...

Using `node-etcd@beta` although I've also been testing on node 5.11.1, I did see that travis is only testing against 4 so not sure if 5 is officially supported, although I...