এই ভিডিও সিরিজে আশা করি Reactjs বিষয়টাকে সহজে সহজে উপস্থাপন করতে পেরেছি। যদি আমার ভিডিওগুলো থেকে কোন কিছু শিখতে পারেন, তবে অবশ্যই আমার ভিডিওগুলো সবার সাথে শেয়ার করে আমাকে কৃতজ্ঞ করবেন । আমার এই কষ্টার্জিত কাজগুলো সবার কাছে পৌঁছে দেয়ার দায়িত্ব আপনার ।
In this video, I will discuss jsx and javascript expression in a react app.
1. how to create react component, 2. how to export and import in react
I will go through your pull requests that you made for assignment-1
In this video, I will explain how React.js creates components in detail.
In this video, I will show how to use, and style react-icons in a react project.
In this video, I will explain how to do dynamic styling in React.js
In this video, I will show you how to pass data from the child to the parent component.
In this video, I will show you how to pass data from the child to parent component.
In this video, I will create a to-do app to review what you have learned.
In this video, I will show a practical demonstration of toggle by creating an FAQ section.
In this video, I will show you how to use one of the most important react hook- useEffect.
In this video, I will show you how to fetch data using the useEffct hook.
In this video, I will show you how to fetch data using the useEffct hook.
In this video, I will create a country app to practice useState and useEffect Hook.
In this video, I will discuss the life cycle of a class component.
In this video, I will explain the ref in a class component with an example.
In this video, I will explain why you should use the useRef hook and how to use it.
In this video, I will discuss prop drilling and why it is a problem. In the next video, you will learn how to solve the prop drilling problem with the help of useContext hook.
In this video, I will discuss why we should use useContext and the steps to follow to use
In this video, I will discuss React.js built-in type checking feature known as 'PropTypes'
In this video, I will discuss react router so you can set up page routing in your react application.
In this video, I will discuss creating a navbar for your app using react-router.
In this video, I will show how to do dynamic routing with the help of react router.
In this video, I will explain useLocation hook. It will help you to pass states from one component to another when navigating.
In this video, I will explain how to get and set route parameter and query parameter's value in react.
In this video, I will discuss protected routing using react-router-dom.
In this video, I will discuss best practices for react project structure for a large scale project.
In this video, I will discuss the CRUD operations, especially the GET method. you will learn how to GET data from an API.
In this video, I will discuss the CRUD operations, especially the DELETE method. you will learn how to DELETE data from an API.
In this video, I will discuss the CRUD operations, especially the POST method. you will learn how to POST or Create data in an API.
In this video, I will show how to update API data using the PUT method.
In this video, I will show how to deploy a react app from GitHub to Netlify.
In this video, I will discuss react memo function to avoid unnecessary component rendering.
In this video, I will explain one of the most important hooks for improving permanence known as useCallback.
In this video, I will show why we need useMemo hook and how to use useMemo hook
In this video, I will share one of the project templates I created for creating react project. It has ESLint and a prettier setup so that you can follow the best practices and fix errors while creating your react project.
In this video, I will discuss one of the most popular state management libraries known as redux.
In this video, I will make a counter app to practice states, actions, reducer and store.
In this video, I will show how to use middleware in redux.
In this video, I will explain how to fetch data using redux-thunk.
In this video, I will show how to create a react counter app using redux.
In this video, I will show how to fetch data using redux and use data in a react app.
In this video, I will show how to create a counter app using redux-toolkit.
In this video, I will show how to use the redux devtools extension in detail.
In this video, I will show how to fetch data using the redux toolkit.
In this video, I will make a react crud app using redux-toolkit.
In this video, I will introduce react and typescript together. I will show how to set up the environment for react-typescript.
In this video, I will discuss user-defined props types - an array of objects.
In this video, I will discuss user-defined props types - union.