Completed
⌨️ Routing Pages
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Building a Tik Tok App in React With a Real Database
Automatically move to the next video in the Classroom when playback concludes
- 1 ⌨️ Introduction
- 2 ⌨️ Creating our Database on DataStax
- 3 ⌨️ Setting up our App
- 4 ⌨️ Routing Pages
- 5 ⌨️ Creating Components
- 6 ⌨️ Introduction to Data with Netlify and Stargate
- 7 ⌨️ Introduction to using the astrajs/collections
- 8 ⌨️ Posting data to our Database creating dummy Tik Tok posts
- 9 ⌨️ Adding authorization to access our Database
- 10 ⌨️ Getting data from our Database getting all our Tik Tok posts
- 11 ⌨️ Viewing all our Data
- 12 ⌨️ Rendering components based on our Data
- 13 ⌨️ Editing our Data following/unfollowing a user
- 14 ⌨️ Adding new Data to our Database creating a Tik Tok post