Before start reading this article, I would like to pin a point that, it is only made for purpose of learning React. To make a voting app real, we need to set up a backend and database to store results. Here we are only creating […]
We know that a react application is made up of components. The data from a component to another is passed via props. This data flow occurs from the parent to the child in a tree structure. But some of the components in between this data-flow […]
We can deploy and host a react app in Firebase hosting, GitHub pages, Netllify, etc for Free. But if it’s a professional project, then opt for a dedicated cloud server. But deploying a react app on a cloud server is not an easy process. Here […]
Express is one of the best backend frameworks for building REST APIs. But how to deploy the created backend to a cloud server for making it live? Yes, here we are discussing the steps to deploy an express backend in the cloud server. We will […]
Using the react-router-dom package, we can implement multiple routes in a React application. A user browsing this app feels each route is each page. So in React, multiple routes are considered as multiple pages. But, how can we add title and meta tags for each […]
You can create a website simply using, HTML, CSS, and a little bit of JS. But here we are going to learn to create a simple React website and making it live in just 5 minutes using Firebase Hosting. I assume that you have a […]
AI is being used at numerous places nowadays with the help of which it can get the right shape and direction to those sectors. Although every working sector can enhance, it’s working strategies, methods, and earnings with the use of AI. But have you ever […]
In our world, the majority of people do not know the English language. Some of us who even understand English is like to view a website in our native language sometimes. So, if you are developing a website or web app by considering the international […]
I know that the title of this post might confuse you if you are familiar with React. Because React deals with components instead of pages. But how can we implement a multi-page website with React? A React app consists of a single HTML file index.html. […]
We all must be knowing that React.js is a JavaScript library, but in this article, we are going to discuss that what are the benefits of choosing React for our project. Before heading towards the main topic, here’s an interesting fact about React.js is that […]