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 […]
Are you planning to build a mobile app? If yes, which platform or framework will you opt for development? Native or React Native? Some of you may feel a little bit of confusion about this topic. I can explain it. Mobile app developers usually use […]
Did you notice that, once we logged in or authenticated on Facebook, from a browser, they no longer tend us to authenticate again until we logout? Here, a unique token is generated and saved in the local storage of our browser just after we register/log […]
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 […]
After the introduction of Artificial Intelligence or simply AI, the world changed a lot. Does this change affect the area of football? Here in this article, we will discuss can AI predict the result of football matches with the help of AI. Before entering the […]
Setting up a WordPress blog in your own cloud server is easy. But note that you need some technical knowledge before jumping into the steps. If you are a beginner in the programming field and willing to start a blog, a lot of alternatives are […]