Custom React Hooks Explained With Example !

In this video, you will learn, how to use Custom React Hooks with simple Timer function.

🔔 Subscribe for more videos like this : https://www.youtube.com/c/CodeCanvas?sub_confirmation=1

How To Setup react router dom ?

In this video, you will learn how can you setup react router dom npm package.

If you are using latest version (6.4.3) of react router dom, you will face few issues while setup. In this video, you will get detailed steps, to fix those issues.

If you are planning to update react router dom package from older (5.3.4)to latest version (6.4.3), this video is for you.

🔔 Subscribe for more videos like this : https://www.youtube.com/c/CodeCanvas?sub_confirmation=1

Advertisement

How To Create Simple React App ?

In this video, you will be able to create simple react application. You will be using create-react-app (Create React App), Bulma CSS framework (https://bulma.io/), react-router-dom (React Router Dom) packages to create simple react application. If you want source code, you can download at Source Code.

🔔 Subscribe for more videos like this : CodeCanvas

How to Deploy a React App to GitHub Pages ?

In this video, I’ll show you how you can create a React app (using create-react-app) and deploy it to GitHub Pages.

🔔 Subscribe for more videos like this : https://www.youtube.com/c/CodeCanvas?sub_confirmation=1

What is unidirectional data flow in React ?

When data is transported between distinct areas of a program, it can only go in one direction, which is known as unidirectional data flow.