Stop breaking your head — Refactor your cycle (app) into replaceable, reusable spare parts now In a previous post, we were introduced to the Recall app that was built with Cycle.js. A couple of people were interested to know how to…
Why you should stop using state reducers in your app to be fully reactive With all the hype for FRP, the only way to manage state seems to be to use a stream of immutable states using reducers. Let’s break that.
Cycle.js Quick Start with TypeScript and Webpack in Visual Studio Code A post that gets you quickly up and running with a cycle.js app with TypeScript and Webpack in Visual Studio Code. VS Code hacks included.
Cycle.js Quick Start with Node.js, Babel, and Browserify in Visual Studio Code I wish to make it clear that I am extremely interested in new technologies, libraries, paradigms, and patterns. Cycle.js quickly caught my…