Why an HTTP component?20 February 2018Patrick Louys recommends using an HTTP interface for dealing with web requests and responses, rather than relying on PHP superglobals. I…
Migrating the blog from Jekyll to Gatsby10 January 2018Notes on converting this blog from a Jekyll-generated site (with the Hyde theme) to the React-based Gatsby.js, retaining the same theme. The…
JWTs with React and Laravel10 August 2017This is a tutorial on how to get JSON Web tokens working so that React can securely communicate with a back-end API. For the purposes of…
redux with local storage31 July 2017I'm in the process of converting the React version of DruMVC to use Redux. It was pretty straightforward until I got to the bits that used…