zhongziso
搜索
zhongziso
首页
首页
功能
磁力转BT
BT转磁力
关于
使用教程
免责声明
磁力助手
[FreeCourseSite.com] Udemy - The Modern React 18 Bootcamp - A Complete Developer Guide
magnet:?xt=urn:btih:a4b0d3521ae9c17aa12fb33cb98cbbcdb3a35d86&dn=[FreeCourseSite.com] Udemy - The Modern React 18 Bootcamp - A Complete Developer Guide
磁力链接详情
文件列表详情
a4b0d3521ae9c17aa12fb33cb98cbbcdb3a35d86
infohash:
127
文件数量
7.65 GB
文件大小
2023-12-6 20:05
创建日期
2024-12-1 09:18
最后访问
相关分词
FreeCourseSite
com
Udemy
-
The
Modern
React
18
Bootcamp
-
A
Complete
Developer
Guide
1. Introduction/1. A Little Setup.mp4 18.46 MB
10. Other React Hooks/1. React Has Many Hooks.mp4 23.86 MB
10. Other React Hooks/2. The useRef Hook.mp4 5.59 MB
10. Other React Hooks/3. Building a Mini Project With useState.mp4 60.2 MB
10. Other React Hooks/4. Improving Performance With useRef.mp4 60.58 MB
10. Other React Hooks/5. Referencing Elements with useRef.mp4 52.4 MB
10. Other React Hooks/6. The useMemo Hook.mp4 94.54 MB
10. Other React Hooks/7. Memo and Props.mp4 44.66 MB
10. Other React Hooks/8. The useCallback Hook.mp4 104.83 MB
11. React with TypeScript/1. An Intro to TypeScript.mp4 26.34 MB
11. React with TypeScript/2. Creating a TypeScript React App.mp4 33.79 MB
11. React with TypeScript/3. A Quick TypeScript Lesson.mp4 76.79 MB
11. React with TypeScript/4. Exploring the Starter Code.mp4 50.02 MB
11. React with TypeScript/5. State with TypeScript.mp4 54.67 MB
11. React with TypeScript/6. Props with TypeScript.mp4 62.75 MB
11. React with TypeScript/7. Params with TypeScript.mp4 139.87 MB
11. React with TypeScript/8. Installing Packages with TypeScript.mp4 23.71 MB
12. Tailwind Integration with React/1. Major Project Introduction.mp4 86.14 MB
12. Tailwind Integration with React/2. Creating a TypeScript React App.mp4 13.63 MB
12. Tailwind Integration with React/3. Tailwind Integration.mp4 82.88 MB
12. Tailwind Integration with React/4. Building the NavBar.mp4 80.83 MB
12. Tailwind Integration with React/5. Building the Home Page.mp4 101.64 MB
12. Tailwind Integration with React/6. Building the Login Page.mp4 61.79 MB
12. Tailwind Integration with React/7. Building the Plans Page.mp4 110.96 MB
12. Tailwind Integration with React/8. Building the Browse Page.mp4 198.34 MB
12. Tailwind Integration with React/9. Building the Watch Page.mp4 63.65 MB
13. Building a RESTful API to Consume Data From/1. Implementing Page Navigation.mp4 82.2 MB
13. Building a RESTful API to Consume Data From/10. Navigating to the Watch Page.mp4 33.85 MB
13. Building a RESTful API to Consume Data From/11. Creating a Movie GET Endpoint.mp4 24.46 MB
13. Building a RESTful API to Consume Data From/12. Fetching and Rendering the Data From React.mp4 102.68 MB
13. Building a RESTful API to Consume Data From/2. How Will We Get the Data.mp4 47.71 MB
13. Building a RESTful API to Consume Data From/3. Building an Express Server.mp4 58.45 MB
13. Building a RESTful API to Consume Data From/4. Create a Movies List GET Endpoint.mp4 36.5 MB
13. Building a RESTful API to Consume Data From/5. useReducer with TypeScript.mp4 110.5 MB
13. Building a RESTful API to Consume Data From/6. Fetching the Data From the Hook.mp4 89.55 MB
13. Building a RESTful API to Consume Data From/7. Consuming the Data in Our Browse Page.mp4 71.52 MB
13. Building a RESTful API to Consume Data From/8. Fixing the Card Styles.mp4 15.82 MB
13. Building a RESTful API to Consume Data From/9. Conditionally Adding a NavBar Background.mp4 49.05 MB
14. Scroll Based Pagination/1. Introduction to Pagination.mp4 22.87 MB
14. Scroll Based Pagination/2. Types of Pagination.mp4 77.03 MB
14. Scroll Based Pagination/3. Offsets and Limits.mp4 17.04 MB
14. Scroll Based Pagination/4. Returning Paginated Data From the Server.mp4 31.29 MB
14. Scroll Based Pagination/5. Intersection Obersever API to Detecting the Visibility of an Element.mp4 134.27 MB
14. Scroll Based Pagination/6. Appending the Data Instead of Replacing.mp4 80.03 MB
14. Scroll Based Pagination/7. Adding a Loading State.mp4 75.09 MB
14. Scroll Based Pagination/8. Prevent Refetching When Client Has All the Data.mp4 107.18 MB
15. Storing Our Data in a Database/1. Introduction to Database Solutions.mp4 42.67 MB
15. Storing Our Data in a Database/2. Spinning Up a Postgres Database.mp4 31.83 MB
15. Storing Our Data in a Database/3. Raw SQL vs ORM.mp4 49.5 MB
15. Storing Our Data in a Database/4. Defining Our Schema & Connecting to the DB.mp4 86.52 MB
15. Storing Our Data in a Database/5. Writing and Executing a Seed Script.mp4 85.06 MB
15. Storing Our Data in a Database/6. Refactoring Our Endpoints to Fetch Data With Prisma.mp4 86.57 MB
16. Authentication to Manage Users/1. Introduction to Authentication.mp4 14.74 MB
16. Authentication to Manage Users/10. The Me Endpoint.mp4 66.47 MB
16. Authentication to Manage Users/2. Refactoring Common Endpoints to Separate Files.mp4 47.02 MB
16. Authentication to Manage Users/3. Validating the User Inputs.mp4 104.4 MB
16. Authentication to Manage Users/4. Validating That the User Doesn't Already Exist.mp4 29.23 MB
16. Authentication to Manage Users/5. Three Different Ways to Store a Password.mp4 21.52 MB
16. Authentication to Manage Users/6. Hashing and Saving the Password.mp4 49.72 MB
16. Authentication to Manage Users/7. Saving the User.mp4 19.18 MB
16. Authentication to Manage Users/8. Forming and Returning a JSON Web Token.mp4 68.08 MB
16. Authentication to Manage Users/9. The Sign In Endpoint.mp4 72.43 MB
17. Handling Form States/1. Back to the Client.mp4 5.8 MB
17. Handling Form States/2. Fixing the Form Card.mp4 55.13 MB
17. Handling Form States/3. The React Hook Form Library.mp4 19.91 MB
17. Handling Form States/4. Setting Up the Form With the useForm Hook.mp4 74.11 MB
17. Handling Form States/5. Managing State and Two Way Binding.mp4 71.61 MB
17. Handling Form States/6. Validating the Form Input Values.mp4 79.06 MB
17. Handling Form States/7. Handling Error States.mp4 49.67 MB
18. Global State With Redux Toolkit/1. Bring Things Together.mp4 9.99 MB
18. Global State With Redux Toolkit/10. Defining Private Routes.mp4 70.82 MB
18. Global State With Redux Toolkit/11. Adding the Logout Logic.mp4 45.97 MB
18. Global State With Redux Toolkit/2. Creating a useAuth Hook.mp4 41.51 MB
18. Global State With Redux Toolkit/3. Making the HTTP Requests.mp4 56.14 MB
18. Global State With Redux Toolkit/4. Handling Auth Errors.mp4 77.2 MB
18. Global State With Redux Toolkit/5. Navigating to the Browse Page Upon Successful Authentication.mp4 26.67 MB
18. Global State With Redux Toolkit/6. Storing the JWT in the Browser's Cookie.mp4 46.84 MB
18. Global State With Redux Toolkit/7. Introduction to Redux Toolkit.mp4 87.23 MB
18. Global State With Redux Toolkit/8. Defining Our Global State.mp4 62.51 MB
18. Global State With Redux Toolkit/9. Persisting the Authentication State.mp4 104.51 MB
19. Processing Payment Subscriptions with Stripe/1. Time to Make Some Money.mp4 19.6 MB
19. Processing Payment Subscriptions with Stripe/10. Show the Plans Page Only if You Are Authenticated.mp4 12.28 MB
19. Processing Payment Subscriptions with Stripe/11. A Check Auth Middleware.mp4 97.48 MB
19. Processing Payment Subscriptions with Stripe/12. Creating a My Subscription Endpoint.mp4 68.62 MB
19. Processing Payment Subscriptions with Stripe/13. Redirect Users that Have Plans to the Manage Plans Page.mp4 134.72 MB
19. Processing Payment Subscriptions with Stripe/14. Manage Page Redirection.mp4 37.37 MB
19. Processing Payment Subscriptions with Stripe/15. Add Permission Logic to the Movie List Endpoint.mp4 97.55 MB
19. Processing Payment Subscriptions with Stripe/16. Redirect User to the Plan Page if They Don't Have a Subscription.mp4 46.95 MB
19. Processing Payment Subscriptions with Stripe/17. Premium Plan Permissions.mp4 92.89 MB
19. Processing Payment Subscriptions with Stripe/2. Adding Products to Stripe.mp4 13.46 MB
19. Processing Payment Subscriptions with Stripe/3. Connecting Our Server to Stripe.mp4 49.81 MB
19. Processing Payment Subscriptions with Stripe/4. Defining the Products Endpoint.mp4 34.19 MB
19. Processing Payment Subscriptions with Stripe/5. The usePlans Hook.mp4 108.57 MB
19. Processing Payment Subscriptions with Stripe/6. Rendering the Plans.mp4 127.93 MB
19. Processing Payment Subscriptions with Stripe/7. Defining a Session Endpoint.mp4 92.5 MB
19. Processing Payment Subscriptions with Stripe/8. Purchasing a Subscription From the Client.mp4 117.5 MB
19. Processing Payment Subscriptions with Stripe/9. Walking Through All User Flows.mp4 26.99 MB
2. Why We Care About React/1. What is React.mp4 27.76 MB
2. Why We Care About React/2. Building an App With Vanilla JS.mp4 74.85 MB
2. Why We Care About React/3. Discussing the Annoyances We Faced.mp4 16.1 MB
2. Why We Care About React/4. Building the Same App With ReactJS.mp4 110.78 MB
3. The Fundamentals of React/1. Creating a React App.mp4 100.52 MB
3. The Fundamentals of React/2. Exploring the Files and Folders.mp4 90.41 MB
3. The Fundamentals of React/3. State and Event Handling.mp4 55.76 MB
4. Diving Deeper into React/1. Project Intro.mp4 6.96 MB
4. Diving Deeper into React/10. Conditionally Render JSX Elements.mp4 25.45 MB
4. Diving Deeper into React/11. Deleting an Item.mp4 54.75 MB
4. Diving Deeper into React/12. Two Way Binding a List Item.mp4 66.44 MB
4. Diving Deeper into React/13. The useEffect Hook.mp4 83.39 MB
4. Diving Deeper into React/2. Class vs ClassName.mp4 42.04 MB
4. Diving Deeper into React/3. Building the JSX Structure.mp4 54.85 MB
4. Diving Deeper into React/4. Listing Out Everything We Need to Work On.mp4 13.3 MB
4. Diving Deeper into React/5. Two Way Binding.mp4 63.1 MB
4. Diving Deeper into React/6. Defining an Array State.mp4 87.71 MB
4. Diving Deeper into React/7. Iterating Through the List to Render Elements.mp4 44.96 MB
4. Diving Deeper into React/8. The Key Prop.mp4 33.35 MB
4. Diving Deeper into React/9. Computing the Quantity.mp4 40 MB
5. Built it Yourself/1. Project Introduction.mp4 31.56 MB
5. Built it Yourself/2. Building the JSX Structure.mp4 69.12 MB
5. Built it Yourself/3. Two Way Binding.mp4 70.34 MB
5. Built it Yourself/4. A Cleaner and DRYer Way of Two Way Binding.mp4 61.75 MB
5. Built it Yourself/5. Input Validation and Conditional Styling.mp4 58.44 MB
5. Built it Yourself/6. Storing Store List and Map Through List to Render Elements.mp4 94.4 MB
5. Built it Yourself/7. Installing Dependencies.mp4 59.31 MB
5. Built it Yourself/8. Computing a New State.mp4 55.29 MB
6. Components for Maintainability and Reusability/1. Project Introduction.mp4 83.75 MB
6. Components for Maintainability and Reusability/2. Building the JSX Structure for the Home Page.mp4 117.85 MB
其他位置