掌握 React.js - 制作生产级应用程序
上次更新时间:2024-11-29
课程售价: 2.9 元
联系右侧微信客服充值或购买课程
课程内容
1. Introduction
2. Start a New React Project
3. From Stateless to Stateful React Components
- 1. Introduction to Hooks API Reference
- 2. Learn event handling and updating the state
- 3. Handle conditional rendering
- 4. Work with forms
- 5. Submit the form and apply side effects useEffect
- 6. Validate and submit forms useMemo
- 7. Handle complex logic with useReducer
- 8. Create and dispatch actions
- 9. Compose and update the UI
4. Manage the State of Your App with the Context API
5. Add Firebase to Your React Project
6. Create and Connect to a Database (Firestore)
7. Create a Bucket to Store Images (Cloud Storage)
8. Authenticate and Manage Users (Firebase Auth)
- 1. Start with Firebase Authentication and select the provider
- 2. Google Cloud Platform Create new credentials
- 3. Authenticate and manage users from the application
- 4. Manage the state with the Context API Component Provider
- 5. Manage the state with the Context API Custom hook
- 6. Subscribe components to the context changes User connected
- 7. Create new documents with the user connected
- 8. Secure your data in Cloud Firestore and Cloud Storage
9. Client-Side Routing with React-Router V6
- 1. Install React router DOM v6
- 2. Configure the routes and create a navigation component
- 3. Use Link component to navigate between pages
- 4. Allow navigation between multiple views
- 5. Conditional rendering and protected route
- 6. Use the React router hooks useNavigate
- 7. Use the React router hooks useLocation
- 8. Create the routes for NotFound and Profile
- 9. Display the active link
10. Filtering, Searching, and Learning to Debug
11. Deploy Your React App (Firebase Hosting)
课程内容
11个章节 , 62个讲座
1. Introduction
2. Start a New React Project
3. From Stateless to Stateful React Components
- 1. Introduction to Hooks API Reference
- 2. Learn event handling and updating the state
- 3. Handle conditional rendering
- 4. Work with forms
- 5. Submit the form and apply side effects useEffect
- 6. Validate and submit forms useMemo
- 7. Handle complex logic with useReducer
- 8. Create and dispatch actions
- 9. Compose and update the UI
4. Manage the State of Your App with the Context API
5. Add Firebase to Your React Project
6. Create and Connect to a Database (Firestore)
7. Create a Bucket to Store Images (Cloud Storage)
8. Authenticate and Manage Users (Firebase Auth)
- 1. Start with Firebase Authentication and select the provider
- 2. Google Cloud Platform Create new credentials
- 3. Authenticate and manage users from the application
- 4. Manage the state with the Context API Component Provider
- 5. Manage the state with the Context API Custom hook
- 6. Subscribe components to the context changes User connected
- 7. Create new documents with the user connected
- 8. Secure your data in Cloud Firestore and Cloud Storage
9. Client-Side Routing with React-Router V6
- 1. Install React router DOM v6
- 2. Configure the routes and create a navigation component
- 3. Use Link component to navigate between pages
- 4. Allow navigation between multiple views
- 5. Conditional rendering and protected route
- 6. Use the React router hooks useNavigate
- 7. Use the React router hooks useLocation
- 8. Create the routes for NotFound and Profile
- 9. Display the active link