Writing Cleaner & More Readable Redux

03 July 2021 — Written by Harley Ferguson
#redux#react#demo

Building off of the shopping list app we built in the previous blog post, let's see how we can write cleaner and more readable Redux code.

Read more →

Build a React-Redux Shopping List App

19 June 2021 — Written by Harley Ferguson
#redux#react#demo

Let's take what we learned about Redux is our previous blog post and build an application to solve a real-world problem.

Read more →

What is Redux exactly?

08 June 2021 — Written by Harley Ferguson
#redux#react#state-management

If you're a React youngling, you would have heard the term 'redux' flung around everywhere. Let's explore what it is, why you need it and how to implement it into your application.

Read more →

JavaScript's const keyword

02 May 2021 — Written by Harley Ferguson
#ecmascript6#javascript

JavaScript's introduction of the const keyword in ES6 is amazing but has some hidden passages that you may not be aware of.

Read more →

A Reintroduction to ECMAScript 6

18 April 2021 — Written by Harley Ferguson
#ecmascript6#javascript

ES6 may be nearly 6 years old but I still see tons of code that isn't making use of the full ES6 awesomeness. Let's have a quick recap so we can start writing nicer code again.

Read more →