Completed
0:07:56 Cleanup the Project
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Lynx Tutorial - Building a Game Search Application with ByteDance's Cross-Platform Framework
Automatically move to the next video in the Classroom when playback concludes
- 1 0:00:00 Video Game Search Mobile App Lynx
- 2 0:01:49 Initialize the project
- 3 0:03:11 Setup Lynx Explorer App for the Testing
- 4 0:05:08 Understand the Project Structure
- 5 0:06:08 Setup Lynx Dev Tools
- 6 0:07:56 Cleanup the Project
- 7 0:10:17 GameCard Component
- 8 0:15:25 GameCategory Component
- 9 0:23:06 Intro to IGDB API
- 10 0:24:55 Use Postman to test IGDB API
- 11 0:29:12 Queries for Game Categories
- 12 0:33:22 Setup Tanstack Query
- 13 0:34:59 useGameQuery Custom Hook
- 14 0:42:30 Fetch images from IGDB API
- 15 0:45:10 Event Listeners in Lynx
- 16 0:46:13 Setup React Router
- 17 0:47:22 Add New Route for Game Details Screen
- 18 0:57:59 useGame Custom hook
- 19 1:05:57 Working on the Game Details Screen
- 20 1:27:44 GameList Component
- 21 1:29:51 Implementing Loader
- 22 1:32:15 Add CSS Animations
- 23 1:33:49 Run Code in the Main Thread because of the Dual Thread Architecture of Lynx
- 24 1:38:54 useGameEvents Custom Hook
- 25 1:41:29 GameEvents Component
- 26 1:45:29 EventCard Component
- 27 1:53:36 Add New Route for Game Event Screen
- 28 1:56:49 useGameEvent Custom Hook
- 29 2:00:46 Working on the Game Event Screen
- 30 2:07:05 Add New Route for Game Search Screen
- 31 2:12:32 Working on the Game Search Screen
- 32 2:13:04 Handle Input in Lynx
- 33 2:19:45 useSearch Custom Hook
- 34 2:24:53 Display Games in Search Screen
- 35 2:29:00 Outro