Raphael Mu
Raphael Mu
This issue is basically a compilation of stuff said in the [Gitter](https://gitter.im/cyclejs/core). Shoutout to @laszlokorte and @whitecolor for discussing these things with me. There are a lot of details, so...
Continuing the discussion in #7.
I was running some performance tests on mori vs. immutable, and found that we could make vector creation from a JS array at least two times faster: https://gist.github.com/edge/571bc3da31cb37d98addd78cc937f4d6 ``` 113...
Implement spdy with https://github.com/Daplie/letsencrypt-express. Our setup lets us easily figure out any given route's dependencies, so it can be managed inside the route handler.
wip on https://github.com/edge/cyc/tree/style - [x] style-loader - [x] css-loader - [x] sass-loader - [x] bulma - [ ] custom styles - [ ] style sample app
Middleware would be easy (with something like redux's store creators) if we didn't support array dispatches and optional updates (which redux does not). Right now, we use a solution a...
copy code: https://github.com/Matt-Esch/virtual-dom/blob/master/vdom/patch.js implement operations: https://github.com/Matt-Esch/virtual-dom/blob/master/vdom/patch-op.js