React.js Full Course in Bangla
5.0
(1)
11 learners
What you'll learn
This course includes
- 47.5 hours of video
- Certificate of completion
- Access on mobile and TV
Course content
1 modules • 108 lessons • 47.5 hours of video
React.js Full Course in Bangla
108 lessons
• 46.3 hours
React.js Full Course in Bangla
108 lessons
• 46.3 hours
- Announcement: Agood news for Full-stack web developer (React.js) 27:54
- React Bangla Tutorial 0 : welcome to react video series 03:21
- React Bangla Tutorial 1 : Introduction to React 05:58
- React Bangla Tutorial 2 : environment setup 02:51
- React Bangla Tutorial 3 : Create first React project with Vite 14:45
- React Bangla Tutorial 3 : create react project with CRA | react 18 11:00
- React Bangla Tutorial 4 : JSX and JS Expression 09:40
- React Bangla Tutorial 5 : CSS Styling in JSX 09:43
- React Bangla Tutorial 6 : More on CSS in JSX | design a card 06:05
- React Bangla Tutorial 7 : how to create and use react component 14:54
- React Bangla Tutorial 8 : Props and destructuring 09:40
- React Bangla Tutorial 9 : Mapping data to components 15:55
- React Bangla Tutorial 10 : mapping data with a unique id 07:21
- React Bangla Tutorial 11 : Nested mapping 06:22
- React Bangla Tutorial 12 : A template for react project 08:15
- React Bangla Tutorial 13 : Assignment-1 | Products listing App 11:36
- React Bangla Tutorial 14 : Assignment-1 Feedback | Products listing App 16:02
- React Bangla Tutorial 15 : class component 09:10
- React Bangla Tutorial 16 : react component under the hood 06:28
- React Bangla Tutorial 17 : developer tools and extension 04:10
- React Bangla Tutorial 18 : How to use react icons in your project 08:59
- React Bangla Tutorial 19 : how to use bootstrap with React 09:43
- React Bangla Tutorial 20 : state, setState and event handler 17:20
- React Bangla Tutorial 21 : Conditional Rendering | ternary, short circuit 16:36
- React Bangla Tutorial 22 : Event Handler | onChange | onClick 12:01
- React Bangla Tutorial 23 : Event handler binding 06:35
- React Bangla Tutorial 24 : React Hooks | useState hook 10:31
- React Bangla Tutorial 25 : update state based on previous state 11:30
- React Bangla Tutorial 26 : Event Bubbling | stopPropagation 08:17
- React Bangla Tutorial 27 : Assignment-2 | Counter App 07:29
- React Bangla Tutorial 28 : Controlled component | Collect form data 17:40
- React Bangla Tutorial 29 : useSatate with Object 10:30
- React Bangla Tutorial 30 : passing data from child to parent component 12:20
- React Bangla Tutorial 31 : more on state lifting 09:26
- React Bangla Tutorial 32 : A basic todo app | state lifting principle 22:04
- React Bangla Tutorial 33 : Project 1 | A complete Todo App 51:08
- React Bangla Tutorial 34 : control form data using formik package 17:36
- React Bangla Tutorial 35 : validate form data using yup with formik 13:15
- React Bangla Tutorial 36 : how to do toggle 08:53
- React Bangla Tutorial 37 : Project 2 | how to create FAQ for website 14:01
- React Bangla Tutorial 38 : Assignment-3 | Create a new resource 05:55
- React Bangla Tutorial 39 : React Hooks | useEffect 15:23
- React Bangla Tutorial 40 : fetching data with useEffect hook (part-1) 10:56
- React Bangla Tutorial 41 : fetching data with useEffect hook (part-2) 09:08
- React Bangla Tutorial 42 : how to create a custom hook 11:40
- React Bangla Tutorial 43 : display notifications using react-toastify 05:41
- React Bangla Tutorial 44 : Assignment-4 | fetching data, error handle 03:11
- React Bangla Tutorial 45 : Project 3 | Country App 45:58
- React Bangla Tutorial 46 : Assignment-5 | Custom hook, delete, search 03:19
- React Bangla Tutorial 47 : dynamic styling in React 20:52
- React Bangla Tutorial 48 : Fragment | avoid div soup 06:29
- React Bangla Tutorial 49 : PropTypes | built-in type checking 15:55
- React Bangla Tutorial 50 : life cycle of a class component 10:21
- React Bangla Tutorial 51 : ref in a class component with example 10:08
- React Bangla Tutorial 52 : React Hooks | useRef Hook 08:56
- React Bangla Tutorial 53 : React Hooks | useReducer Hook 33:05
- React Bangla Tutorial 54 : prop drilling 10:45
- React Bangla Tutorial 55 : React Hooks | useContext Hook 12:36
- React Bangla Tutorial 56 : User Management App using Context API 40:23
- React Bangla Tutorial 57 : how to use useReducer with Context API 14:26
- React Bangla Tutorial 58 : react routing | introduction to react routing 12:42
- React Bangla Tutorial 59 : react routing | Navigation and redirect 11:12
- React Bangla Tutorial 60 : react routing | dynamic routing using useParams 21:24
- React Bangla Tutorial 61 : react routing | useLocation hook 06:24
- React Bangla Tutorial 62 : react routing | route parameter, query parameter 12:34
- React Bangla Tutorial 63 : react routing | Protected routing 18:44
- React Bangla Tutorial 64 : best practice for a react project structure 11:33
- React Bangla Tutorial 65 : How to create a JSON server 08:45
- React Bangla Tutorial 66 : react helmet npm package | page title setup 06:40
- React Bangla Tutorial 67 : How to deploy react app on netlify from GitHub 05:20
- React Bangla Tutorial 68 : react memo 12:04
- React Bangla Tutorial 69 : React Hooks | useCallback hook 10:12
- React Bangla Tutorial 70 : React Hooks | useMemo hook 06:47
- React Bangla Tutorial 71 : A project template with ESLint & prettier setup 14:53
- Redux-toolkit bangla tutorial 1 : redux | Introduction to redux 07:11
- Redux-toolkit bangla tutorial 2 : redux | state, actions 12:49
- Redux-toolkit bangla tutorial 3 : redux | Reducers 07:18
- Redux-toolkit bangla tutorial 4 : redux | Store 07:06
- Redux-toolkit bangla tutorial 5 : redux | complete counter app 10:11
- Redux-toolkit bangla tutorial 6 : redux | payload 09:27
- Redux-toolkit bangla tutorial 7 : redux | Multiple reducers 15:50
- Redux-toolkit bangla tutorial 8 : redux | Middleware | redux-logger 07:30
- Redux-toolkit bangla tutorial 9 : redux | fetch data using redux-thunk 24:18
- Redux-toolkit bangla tutorial 10 : react-redux | complete counter react app 30:12
- Redux-toolkit bangla tutorial 11 : react-redux | fetch data 27:29
- Redux-toolkit bangla tutorial 12 : Counter app using redux toolkit 19:16
- Redux-toolkit bangla tutorial 13 : how to use redux devtools 03:58
- Redux-toolkit bangla tutorial 14 : fetch data using redux toolkit 18:44
- Redux-toolkit bangla tutorial 15 : react CRUD app using redux toolkit 54:42
- React-TypeScript Bangla Tutorial 1 : Introduction | Environment setup 07:43
- React-TypeScript Bangla Tutorial 2 : built in Props types 11:22
- React-TypeScript Bangla Tutorial 3 : user defined Props types (part-1) 09:22
- React-TypeScript Bangla Tutorial 4 : user-defined Props types (part-2) 07:47
- React-TypeScript Bangla Tutorial 5 : user-defined Props types (part-3) 08:22
- React-TypeScript Bangla Tutorial 6 : typing children props 07:13
- React-TypeScript Bangla Tutorial 7 : typing style props 06:06
- React-TypeScript Bangla Tutorial 8 : typing useState Hook 11:26
- React-TypeScript Bangla Tutorial 9 : Typing events 07:37
- React-TypeScript Bangla Tutorial 10 : typing form event 07:31
- React-TypeScript Bangla Tutorial 11 : typing useReducer hook 15:04
- React-TypeScript Bangla Tutorial 12 : Todo App Project 36:50
- Full-stack web development Quiz number 8: React Quiz Contest Winner 24:12
- Full-stack web development 2022 Quiz-8 (React) Winner's Farhad (SSC) 05:52
- Learn React, Redux, Typescript Bangla Tutorial in 23 hours part 1/2 11:57:42
- Learn React, Redux, Typescript Bangla Tutorial in 23 hours part 2/2 10:58:03
- how to deploy your react app in vercel 08:13
- Software Development Life Cycle | Jobs Related Software engineering | Bangla Tutorial 16:52
- preparing project presentation slides | প্রজেক্ট প্রেজেন্টেশন স্লাইড তৈরির কৌশল 11:01
