The main reason you could say we moved to Redux was validation. We didn't want to add a whole lot of code to our page components to validate …
Archives for February 2018
Migrating to React-Redux
You don't need Redux Repeat after me, "I don't need Redux". Seriously, you probably don't. We didn't need Redux in our SPA until we started …
Jest, React, and Mocking
Are you stuck with Proxyquire or Sinon? Before we moved to Jest, we used Karma with Mocha/Chai. These come with no built-in mocking …
Starting with React
This isn't meant to be a guide on how-to React. I just want to share some of what I've learnt during my time working on a Single Page App …