Chapters (47)
- 0:00Course Introduction
- 2:03Introduction, part 1
- 6:15What is Replit
- 7:50What is React
- 8:23Create a Repl
- 11:29Create Functional Components
- 18:02Install Bootstrap 5
- 22:49Implement the useState Hook in a Functional Component
- 29:16Upload Image Files to Replit
- 33:28Create JSX Code to Render Bootstrap Cards for Employees
- 40:49Create Teams DropDown List
- 45:03Use JavaScript Events to Set State
- 54:26Move State Related Functionality to the App Component
- 56:48Understanding Props
- 1:04:41LocalStorage and the useEffect Hook
- 1:11:47Routing, react-router-dom package, Navigation
- 1:25:25Create Employee Component
- 1:38:03Abstract Responsibilities Into Functional Components
- 1:46:14Implement Media Queries
- 1:47:04Using Context to Reduce or Avoid Prop Drilling
- 1:48:50Course Wrap up
- 1:49:15Introduction, part 2
- 1:53:12Setup
- 2:08:03Context API
- 2:30:46Data Fetching
- 2:42:08Meals Component
- 3:38:29Search Component
- 4:10:11Modal Component
- 4:43:04Favorites Component
- 5:14:27Introduction, part 3
- 5:20:32Initialize Project
- 5:22:48React Router
- 5:30:23Fetching Data From API
- 5:49:46Multiple Requests with Promise.all()
- 5:54:05Map Method for rendering lists
- 6:04:12Rendering Table of Stocks
- 6:09:12Color Coding data
- 6:16:55Autocomplete Search Component
- 6:39:12Context API
- 6:59:40Navigating Between Pages
- 7:03:52Fetching Historical Data
- 7:25:22Formatting Data
- 7:31:31Working with Charts
- 7:44:18Chart Time Toggle
- 7:58:54Delete Stock (Event Propagation)
- 8:05:26Stock Data
- 8:16:52Local Storage
Show the creator's full description
Learn React in this full course for beginners. React is one of the most popular JavaScript frameworks and this course is the perfect place to start your learning journey. You will learn everything you need to know to get started with React by building three different projects.
We brought together three popular teachers for this course so you can learn from multiple perspectives.
You can code React all in a web browser using Replit. Replit provided a grant that made this course possible.
🔗 https://join.replit.com/react-students
⭐️ Part One ⭐️
✏️ Instructor: Gavin Lon
🎥 Gavin's channel: https://www.youtube.com/c/GavinLon
💻 Code from video (using Prop Drilling): https://replit.com/@GavinLon/TeamMemberAllocation
💻 Code alternate (using Context to avoid prop drilling): https://github.com/GavinLonDigital/TeamMemberAllocationApp
🔗 How to Create a Free Replit Account: https://www.freecodecamp.org/news/how-to-use-replit/#how-to-create-a-free-replit-account
🔗 What is a repl and how to create one: https://www.freecodecamp.org/news/how-to-use-replit/#what-is-a-repl-and-how-do-you-create-one
🔗 Function component vs class component: https://reactjs.org/docs/components-and-props.html#function-and-class-components
🔗 JavaScript Arrow Functions: https://www.freecodecamp.org/news/javascripts-arrow-functions-explained-by-going-down-a-slide-2eb8ee3c45e/
🔗 Hooks and State in React: https://reactjs.org/docs/hooks-state.html
🔗 The Bootstrap Grid System: https://getbootstrap.com/docs/5.0/layout/grid
🔗 Understanding Props in React: https://www.freecodecamp.org/news/how-to-use-props-in-react/
🔗 Using Context in React:https://reactjs.org/docs/context.html
⭐️ Part Two ⭐️
✏️ Instructor: John Smilga
🎥 Gavin's channel: https://www.youtube.com/c/CodingAddict
💻 Complete App: https://meals-application.john-smilga.repl.co/
💻 Source Code: https://replit.com/@john-smilga/meals-application
⭐️ Part Three ⭐️
✏️ Instructor: Sanjeev Thiyagarajan
🎥 Gavin's channel: https://www.youtube.com/c/SanjeevThiyagarajan
💻 Code: https://replit.com/@SanjeevThiyagar/react-demo
❤️ Try interactive React courses we love, right in your browser: https://scrimba.com/freeCodeCamp-React (Made possible by a grant from our friends at Scrimba)
⭐️ Contents ⭐️
⌨️ (0:00:00) Course Introduction
⌨️ (0:02:03) Introduction, part 1
⌨️ (0:06:15) What is Replit
⌨️ (0:07:50) What is React
⌨️ (0:08:23) Create a Repl
⌨️ (0:11:29) Create Functional Components
⌨️ (0:18:02) Install Bootstrap 5
⌨️ (0:22:49) Implement the useState Hook in a Functional Component
⌨️ (0:29:16) Upload Image Files to Replit
⌨️ (0:33:28) Create JSX Code to Render Bootstrap Cards for Employees
⌨️ (0:40:49) Create Teams DropDown List
⌨️ (0:45:03) Use JavaScript Events to Set State
⌨️ (0:54:26) Move State Related Functionality to the App Component
⌨️ (0:56:48) Understanding Props
⌨️ (1:04:41) LocalStorage and the useEffect Hook
⌨️ (1:11:47) Routing, react-router-dom package, Navigation
⌨️ (1:25:25) Create Employee Component
⌨️ (1:38:03) Abstract Responsibilities Into Functional Components
⌨️ (1:46:14) Implement Media Queries
⌨️ (1:47:04) Using Context to Reduce or Avoid Prop Drilling
⌨️ (1:48:50) Course Wrap up
⌨️ (1:49:15) Introduction, part 2
⌨️ (1:53:12) Setup
⌨️ (2:08:03) Context API
⌨️ (2:30:46) Data Fetching
⌨️ (2:42:08) Meals Component
⌨️ (3:38:29) Search Component
⌨️ (4:10:11) Modal Component
⌨️ (4:43:04) Favorites Component
⌨️ (5:14:27) Introduction, part 3
⌨️ (5:20:32) Initialize Project
⌨️ (5:22:48) React Router
⌨️ (5:30:23) Fetching Data From API
⌨️ (5:49:46) Multiple Requests with Promise.all()
⌨️ (5:54:05) Map Method for rendering lists
⌨️ (6:04:12) Rendering Table of Stocks
⌨️ (6:09:12) Color Coding data
⌨️ (6:16:55) Autocomplete Search Component
⌨️ (6:39:12) Context API
⌨️ (6:59:40) Navigating Between Pages
⌨️ (7:03:52) Fetching Historical Data
⌨️ (7:25:22) Formatting Data
⌨️ (7:31:31) Working with Charts
⌨️ (7:44:18) Chart Time Toggle
⌨️ (7:58:54) Delete Stock (Event Propagation)
⌨️ (8:05:26) Stock Data
⌨️ (8:16:52) Local Storage
🎉 Thanks to our Champion and Sponsor supporters:
👾 Raymond Odero
👾 Agustín Kussrow
👾 aldo ferretti
👾 Otis Morgan
👾 DeezMaster
--
Learn to code for free and get a developer job: https://www.freecodecamp.org
Read hundreds of articles on programming: https://freecodecamp.org/news
Description and video by freeCodeCamp.org. This page is an independent companion view; the video is embedded from YouTube.