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.