Posts with tag: #state-management

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 →

What is Recoil exactly?

27 July 2020 — Written by Harley Ferguson
#react#recoil#state-management

We've explain what state management is, how Redux fits into it as well as how to write super clean Redux code. Now let's look at Facebook Experimental's latest state management library: Recoil.

Read more →