In this video, we are going to learn some advanced concept like React with Typescript, GraphQL & Apollo client and we will see how we build a basic anime app using graphql API.
Timestamp
00:00 Intro
01:25 Project Set-up
07:05 Folder & File Structure
08:21 Generate GraphQL schema
14:52 Configure Slice
18:11 Set-up Apollo client
21:21 Writing GraphQL Query
25:51 Generate Type interface using Codegen
30:00 Working on Interface & Action
33:32 Writing anime service to fetch data
37:00 Use Anime Service to fetch data on Homepage
40:32 Dispatch Redux action to store fetched data
44:26 Creating Selector
46:58 Render Anime list in Card on Homepage
53:58 Wrap-up