So you’ve decided to hop on the Reason hype train and you want to try it out in your app, the thing is you already have a big project using Create React App and don’t want to have to rewrite it from scratch or eject and have to manage everything…
I have been using flow to add type safety to my JavaScript for a few months now. I have been using it mainly with my React projects. Flow is a static typechecker for JavaScript written by facebook. It follows the Unix philosophy of do one thing…
In this post, I am hoping to introduce a way of creating charts in React.js with D3.js. This isn’t intended to be an in-depth tutorial but more to illustrate the methodology. (I hope to write more posts in the future). The Project I recently…