Published inWe’ve moved to freeCodeCamp.org/newsHow to simplify state in your React app — Redux with a twistNew, much easier syntax and semantics for good old ReduxMar 5, 2019Mar 5, 2019
Published inHackerNoon.comReact Hooks — Slower than HOC?So now that the much anticipated React Hooks API has been officially released, I was finally able to scratch the itch of comparing its…Feb 10, 20193Feb 10, 20193
Easiest Approach to Redux Async Actions — without writing ReduxThis is part two of my series of articles about the “Easiest Approach to React App State — using Redux without writing Redux”. You can…Feb 3, 2019Feb 3, 2019
Published inHackerNoon.comEasiest Approach to React App State — using Redux without writing ReduxNow I hear you say ‘what was that again?’. Well, there is now a way to implement your application state management even if you don’t write…Feb 3, 2019Feb 3, 2019
Reducing React Boilerplate using Reactor LibraryIn this article, I will introduce a library of helper functions (call them HOCs, enhancers, decorators, as you wish) that helps reduce the…Jan 7, 20191Jan 7, 20191
Simplifying the React BoilerplateWhen writing any React app, Facebook’s own create-react-app is a great starting point. It provides you the tools needed to get started…Jan 7, 2019Jan 7, 2019
Redux Made Easy #1: What is ‘reducer’ (and why it’s called that)Redux is a great tool for managing complex application states, but it only starts becoming all that great once you get past the learning…Oct 5, 2018Oct 5, 2018