no

How to update Node in Linux using NVM

The following commands will update Node installed on Linux using NVM. NVM is a Node version manager. Instead of uninstall/install-ing a new ...

How to Build a Basic CRUD App with NextJS, TS, React, Redux-Tookit and MUI5 Components

Learn how to build a NextJS application that uses `redux-observable` to manage side effects. 1. Introduction In this project, we will lear...

How to Build a Basic CRUD App with NextJS, React, Redux, Observable and MUI5 Components

Learn how to build a NextJS application that uses `redux-observable` to manage side effects. 1. Introduction In this project, we will lear...

Securing your NextJS Web Application with AWS Amplify and Cognito

1. Introduction NextJS is an open-source framework for developing React applications, while Cognito is a user identity service that lets yo...

How to display a component on scroll in React

1. Requirement Display a component depending on the value of window.scrollY. In this example, we are displaying 3 level of header navigatio...

How to cascade HOC in React

1. Problem When I was working with Amplify UI library, there was a need to initialize the withAuthenticator HOC somewhere so that I don'...

React Project Continuous Deployment With Aws Amplify

1. Introduction AWS Amplify is one of my platforms of choice when developing a frontend application when I need a secure build and deploy a...

React Project Continuous Deployment With Gitlab and Aws

1. Introduction In this article, I will explain how we can automate the deployment of a React project hosted in Gitlab using Amazon ser...

React Project Continuous Deployment With Github and Aws

1. Introduction In this article, I will explain how we can automate the deployment of a React project hosted in Github using Amazon se...

Introduction to React Redux Oauth Login Using Google Api

I. Introduction In this blog, we will demonstrate how we can integrate Google API Library to provide an OAuth login form in a react proj...

Introduction to Http Server for Serving Static Content

I. Introduction There are times when we want to serve static HTML files from our network. For example, in my case, I'm creating docume...

How to Secure a React App With Keycloak

In this video, we will secure a React application with Keycloak security. But before we begin don’t forget to subscribe to my channel an...

Introduction to React Middleware

This blog post explains the updates done to React Todo app such as adding Middlewares, Enhancers, API calls, etc. Things to notice: N...

index