Kelvin Mwinuka
Kelvin Mwinuka

Kelvin Mwinuka

Follow
Follow
homebadgesnewsletter
Tag

React

#react

More content

Read more stories on Hashnode


Articles with this tag

Basic Authentication with AWS Cognito & NextJS

Apr 4, 202217 min read

I’ve written quite a few articles about authentication before. This is yet another user auth article. However, this time it’s a little different....

Basic Authentication with AWS Cognito & NextJS

Optimise React with useMemo and React.memo

Oct 7, 20207 min read

There comes a time when we have to worry about more than just making sure our applications work, but that they work optimally. When using react, we...

Optimise React with useMemo and React.memo

Manage React State with useReducer

Aug 21, 20208 min read

React offers many ways to manage state. I have previously written about one such method, using redux. Another way to manage react state is through the...

Manage React State with useReducer

Easy Workbox Integration with create-react-app

Aug 5, 20203 min read

Recently, I was in a situation that required workbox integration for background sync in an application. After some trial, error and success, I decided...

Easy Workbox Integration with create-react-app

Setting Up Redux in React

Jul 11, 202013 min read

Setting up redux in your react application can be confusing, but it doesn’t have to be. In this article, I walk you through the entire process of...

Setting Up Redux in React

Testing React App With Jest & Puppeteer

Jul 2, 20209 min read

So you’ve created your react application and now you have to write end-to-end tests in order to make sure your application works as expected from the...

Testing React App With Jest & Puppeteer