Learn React 18 with Redux Toolkit – Full Tutorial for Beginners
By freeCodeCamp.org
Published: Mar 15, 2023“
Learn how to use React version 18 and Redux Toolkit in this full course for beginners. React is a free and open-source front-end JavaScript library for building user interfaces based on components.
Course created by @CodingAddict
Source Code
React Tutorial: https://github.com/john-smilga/react-course-v3
Redux Toolkit: https://github.com/john-smilga/redux-toolkit-tutorialContents
- (00:00:00) Setup
- (0:30:33) Folder Structure
- (0:42:58) First Component
- (0:53:25) Extensions and settings.json
- (1:06:09) JSX
- (1:20:21) Nest Components
- (1:26:35) Booklist
- (1:36:57) CSS
- (1:47:31) Images
- (1:55:31) JSX – CSS
- (2:02:17) JSX – Javascript
- (2:08:44) Props
- (2:18:33) Props – Somewhat Dynamic Setup
- (2:23:00) Access Props – Multiple Approaches
- (2:27:44) Children Prop
- (2:35:12) Simple List
- (2:43:48) Proper List
- (2:51:12) Key Prop
- (2:57:20) Props – Options
- (3:02:56) Events
- (3:21:51) Form Submission
- (3:25:35) Mind Grenade
- (3:28:55) Component Feature
- (3:34:00) React Data Flow
- (3:39:42) Challenge
- (3:48:51) ES6 Modules
- (3:58:40) Local Images (src folder)
- (4:04:25) More Challenges
- (4:13:20) Deployment
- (4:18:43) useState Hook
- (5:48:19) useEffect Hook
- (6:19:29) Multiple Returns
- (7:28:02) Folder Structure
- (8:27:07) Forms
- (9:27:53) useRef Hook
- (9:50:10) Custom Hooks
- (10:06:20) Context API
- (10:43:01) useReducer Hook
- (11:26:39) Performance
- (12:11:45) Redux Toolkit
Learn to code for free and get a developer job: https://www.freecodecamp.org
Read hundreds of articles on programming: https://freecodecamp.org/news
”
Tag: John Smilga
[#Script #Coding] React JavaScript Framework for Beginners – Project-Based Course
React JavaScript Framework for Beginners – Project-Based Course
By freeCodeCamp.org
Published: Aug 31, 2022“
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/TeamMemb…
- Code alternate (using Context to avoid prop drilling): https://github.com/GavinLonDigital/Te…
- How to Create a Free Replit Account: https://www.freecodecamp.org/news/how…
- What is a repl and how to create one: https://www.freecodecamp.org/news/how…
- Function component vs class component: https://reactjs.org/docs/components-a…
- JavaScript Arrow Functions: https://www.freecodecamp.org/news/jav…
- Hooks and State in React: https://reactjs.org/docs/hooks-state….
- The Bootstrap Grid System: https://getbootstrap.com/docs/5.0/lay…
- Understanding Props in React: https://www.freecodecamp.org/news/how…
- 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…
- Source Code: https://replit.com/@john-smilga/meals…
Part Three
- Instructor: Sanjeev Thiyagarajan
- Gavin’s channel: https://www.youtube.com/c/SanjeevThiy…
- Code: https://replit.com/@SanjeevThiyagar/r…
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
”
[#Script #Coding] Redux Toolkit Tutorial – JavaScript State Management Library
Redux Toolkit Tutorial – JavaScript State Management Library
By freeCodeCamp.org
Published: Apr 20, 2022“
Learn how to use Redux Toolkit in this course for beginners. Redux Toolkit is from the Redux team and tt is intended to be the standard way to write Redux logic. So if you want to learn Redux to help with state management, this is the video for you.
- Code: https://github.com/john-smilga/redux-toolkit-tutorial
- Course developed by John Smilga. Check out his YouTube channel: hhttps://www.youtube.com/channel/…
”