by codeAT21 | Sep 17, 2021 | React
In this tutorial, I’ll cover How to Add Meta Tags in React Apps Dynamically with a NodeJS Server. The dynamic Meta tags actually work with Facebook, Twitter, Linkedin, Whatsup, and all social media platforms. React app routes on your website project, such as an...
by codeAT21 | Sep 17, 2021 | React
In this article, you will learn how to create a light theme and Dark theme Mode in a React App With localStorage. First, I started a simple layout using react js and I’ve modified the react app component. There is a create some components and connect to the navbar,...
by codeAT21 | Sep 17, 2021 | React
Hello to everyone! In this piece, I’ll be covering How to use local storage in React Single-Page Application. What is Web Storage API? Web Storage API to store data in all browsers. It started as an HTML5 API. It’s two different ways to store in browsers: the first...
by codeAT21 | Sep 17, 2021 | React
In this tutorial, I'll cover how to build a simple image gallery lightbox in React js. In this project without using any additional external packages. React Simple Image Slider Simple Carousel in React js Setup Create your react project. In your terminal/command line...
by codeAT21 | Sep 17, 2021 | React
Hello to all, welcome back to codeat21. I am going to tell you, React single image upload to the Node js server and store the images in the MySQL database. React is an open-source JavaScript library, It is not a framework. React app developing Single Page Applications...
by codeAT21 | Sep 17, 2021 | React
In this tutorial, I'll cover how to build a simple carousel in React js. In this project without using any additional external packages. React Simple Image Slider React image gallery lightbox Setup Create your react project. In your terminal/command line enter: npx...