I spent the first half of July in Australia to attend a friend’s wedding and see family, which absolutely addled my brain because it’s the first time (I think) I’ve been over there for their winter…| onemore.org
I’ve had an unplanned blogging hiatus in June, with my focus entirely on life in meatspace. Work (including a trip to Chicago), family health misadventures and a long distance overnight hike took f…| onemore.org
I feel like I say this most years, but May hasn’t gone as planned. I was expecting work […]|
Redux has been the go-to way to manage state within your React application for years. It's popularity is due in large part because when it was introduced, it solved a number of problems which were difficult to do in vanilla React on its own. A few…| Leigh Halliday's RSS Feed
In this article/video we'll start with a simple React app made with create-react-app that uses component state (setState) as its state management. We'll then take it from component state to MobX, and then again from component state to Redux. During…| Leigh Halliday's RSS Feed
Blogging can sometimes feel like shouting into the abyss, and shifts in social media haven’t helped post visibility over recent years. I’m lucky enough to have regular readership (I see…| onemore.org
I entered 2024 asking cautiously if it would like to be friends, to which it largely replied fuck no. Give it it’s due: it was different flavours of drama to the previous years and had excell…| onemore.org
May evaporated on me. At mid-month, I felt like I’d lost a week or two, and now suddenly the month is over. I still have several excellent Wyrd & Wonder posts to write and I can’t sit on them f…| onemore.org
For last couple years, I’ve been experimenting different architectures to understand pros and cons of each one of them. Redux architecture is definitely one that peek my curiosity. In this new post, I’ll share my finding pairing Redux with MVVM, another pattern I’m familiar with and more importantly why you probably shouldn’t pair them.| Benoit Pasquier