React Introduction (in Hindi) - opendevs

React.js Course 2023 - React js tutorial

https://opendevs.in Discord: https://discord.gg/bJC3hYwNHj This video gives a quick introduction about React. ReactJS is a declarative, efficient, and flexible JavaScript library for building reusable UI components. It is an open-source, component-based front end library responsible only for the view layer of the application. React will handle efficiently updating and rendering just the right components in your application when your data changes. DOM updates which is one of the more expensive operations is handled gracefully in React. It was created by Jordan Walke, who was a software engineer at Facebook. ====== Development guides ====== React Docs: https://reactjs.org/docs/getting-started.html VS Code setup: https://code.visualstudio.com/learn/get-started/basics Node.js setup: https://nodejs.org/en/download/ ====== opendevs Links ====== Website: https://opendevs.in Contact us: https://opendevs.in/contact Our website offers React course with practice problems & code submissions. Meanwhile we are working on bringing even more features like: code reviews, interviews, exclusive & bonus sessions, TA support, 1 on 1 mentorship, etc. as soon as possible. It's all free in BETA stage so please check it out!

React Introduction (in Hindi) - opendevs

About the course

A tutorial for React js from scratch to finish. By the end of this tutorial, you'll be an expert in React.js. So get started!

98lessons
15hours
Join now

Lessons

  1. React Introduction (in Hindi) - opendevs
  2. React Introduction (in Hindi) - opendevs
  3. Create React App Intro - 1 (in Hindi) - opendevs
  4. Create React App Intro - 1 (in Hindi) - opendevs
  5. Create React App Intro - 2 (Folder Structure) (in Hindi) - opendevs
  6. Create React App Intro - 2 (Folder Structure) (in Hindi) - opendevs
  7. JSX Intro (in Hindi)
  8. JSX Intro (in Hindi)
  9. JSX Advance (in Hindi) - opendevs
  10. JSX Advance (in Hindi) - opendevs
  11. Component in React (in Hindi) - opendevs
  12. Component in React (in Hindi) - opendevs
  13. Props State - 1 (in Hindi) - opendevs
  14. Props State - 1 (in Hindi) - opendevs
  15. Props State - 2 (in Hindi) - opendevs
  16. Props State - 2 (in Hindi) - opendevs
  17. Conditional Rendering in React (in Hindi) - opendevs
  18. Conditional Rendering in React (in Hindi) - opendevs
  19. Lifecycle Phases in React (in Hindi) - opendevs
  20. Lifecycle Phases in React (in Hindi) - opendevs
  21. useEffect in React (in Hindi) - opendevs
  22. useEffect in React (in Hindi) - opendevs
  23. Cleanup in useEffect (in Hindi) - opendevs
  24. Cleanup in useEffect (in Hindi) - opendevs
  25. Rendering a List (in Hindi) - opendevs
  26. Rendering a List (in Hindi) - opendevs
  27. Keys in List (in Hindi) - opendevs
  28. Keys in List (in Hindi) - opendevs
  29. Do Not Use Array Index as Keys (in Hindi) - opendevs
  30. Do Not Use Array Index as Keys (in Hindi) - opendevs
  31. Refs & the DOM (in Hindi) - opendevs
  32. Refs & the DOM (in Hindi) - opendevs
  33. Refs & the DOM - Implementation - Part 1 (in Hindi) - opendevs
  34. Refs & the DOM - Implementation - Part 1 (in Hindi) - opendevs
  35. Refs & the DOM - Implementation - Part 2 (in Hindi) - opendevs
  36. Refs & the DOM - Implementation - Part 2 (in Hindi) - opendevs
  37. Refs & the DOM - Implementation - Part 3 (in Hindi) - opendevs
  38. Refs & the DOM - Implementation - Part 3 (in Hindi) - opendevs
  39. Events Handling in React | Synthetic Event (in Hindi) - opendevs
  40. Events Handling in React | Synthetic Event (in Hindi) - opendevs
  41. Forms in React - 1 (in Hindi) - opendevs
  42. Forms in React - 1 (in Hindi) - opendevs
  43. Forms in React - 2 (in Hindi) - opendevs
  44. Forms in React - 2 (in Hindi) - opendevs
  45. Employee Management System using React (in Hindi) | web development projects
  46. Employee Management System using React (in Hindi) | web development projects
  47. Higher Order Component in React - Part 1 (in Hindi) - opendevs
  48. Higher Order Component in React - Part 1 (in Hindi) - opendevs
  49. Higher Order Component in React - Part 2 (in Hindi) - opendevs
  50. Higher Order Component in React - Part 2 (in Hindi) - opendevs
  51. Http Request in React (in Hindi) - opendevs
  52. Http Request in React (in Hindi) - opendevs
  53. Fetch data using Fetch API in React (in Hindi) - opendevs
  54. Fetch data using Fetch API in React (in Hindi) - opendevs
  55. Submit a form using Fetch API in React (POST request) (in Hindi)
  56. Submit a form using Fetch API in React (POST request) (in Hindi)
  57. GET & POST requests using Axios in React (in Hindi) - opendevs
  58. GET & POST requests using Axios in React (in Hindi) - opendevs
  59. Installing and using React Router v6 (in Hindi) - opendevs
  60. Installing and using React Router v6 (in Hindi) - opendevs
  61. Working with Link and NavLink (in Hindi) - opendevs
  62. Working with Link and NavLink (in Hindi) - opendevs
  63. Dynamic Routing and useParams hook (in Hindi) - opendevs
  64. Dynamic Routing and useParams hook (in Hindi) - opendevs
  65. Nested routing and useLocation hook (in Hindi) - opendevs
  66. Nested routing and useLocation hook (in Hindi) - opendevs
  67. Query parameters and useSearchParams hook (in Hindi) - opendevs
  68. Query parameters and useSearchParams hook (in Hindi) - opendevs
  69. Programmatic navigation using useNavigate hook and Redirecting the user (in Hindi) - opendevs
  70. Programmatic navigation using useNavigate hook and Redirecting the user (in Hindi) - opendevs
  71. 404 Not Found Page (in Hindi) - opendevs
  72. 404 Not Found Page (in Hindi) - opendevs
  73. HashRouter vs BrowserRouter in React Router v6 (in Hindi) - opendevs
  74. HashRouter vs BrowserRouter in React Router v6 (in Hindi) - opendevs
  75. All about Communication in React.js app | Parent to Child | Child to Parent | Siblings | Relatives
  76. All about Communication in React.js app | Parent to Child | Child to Parent | Siblings | Relatives
  77. Context API in React (in Hindi) - opendevs
  78. Context API in React (in Hindi) - opendevs
  79. Error Boundaries in React (in Hindi) - opendevs
  80. Error Boundaries in React (in Hindi) - opendevs
  81. E-Commerce website using React (in Hindi) | web development projects | Crash course
  82. E-Commerce website using React (in Hindi) | web development projects | Crash course
  83. useMemo Hook in React (in Hindi) - opendevs
  84. useMemo Hook in React (in Hindi) - opendevs
  85. React.memo & useCallback Hook in React (in Hindi) - opendevs
  86. React.memo & useCallback Hook in React (in Hindi) - opendevs
  87. useWindowSize hook | Custom Hooks in React (in Hindi) - opendevs
  88. useWindowSize hook | Custom Hooks in React (in Hindi) - opendevs
  89. useInitialFetch hook | Custom Hooks in React (in Hindi) - opendevs
  90. useInitialFetch hook | Custom Hooks in React (in Hindi) - opendevs
  91. Library Management System using React (in Hindi) | web development projects - react js project
  92. Library Management System using React (in Hindi) | web development projects - react js project
  93. Deploy a React App for FREE with GitHub Pages (in Hindi)
  94. Deploy a React App for FREE with GitHub Pages (in Hindi)
  95. Deploy a React App for FREE with Netlify (in Hindi)
  96. Deploy a React App for FREE with Netlify (in Hindi)
  97. Build a Crypto Dashboard using React Redux TypeScript - Crash Course - react js project
  98. Build a Crypto Dashboard using React Redux TypeScript - Crash Course - react js project