Completed
- Redirect to the home page
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Sending Data With Remix and Saving It With Prisma - Real World Database Application Building
Automatically move to the next video in the Classroom when playback concludes
- 1 - Introduction
- 2 - Starting with CRUD: Create
- 3 - Adding input components HTML Form
- 4 - Submitting the form
- 5 -Importing form from Remix
- 6 - Collecting data from form entries + validation
- 7 - Inserting data into the database
- 8 - Redirect to the home page
- 9 - Getting to Create page + navigation
- 10 - Adding a cancel button
- 11 - Preventing SQL Injection Attacks
- 12 - Outro & What’s Next