Use THIS database for React and TypeScript apps

preview_player
Показать описание

You can build a database-powered app with end-to-end type safety _and_ real-time updates without needing to learn how to manage databases. This tutorial will show you how.

Resources:

Chapters:
00:00 — Overview
00:14 — What keeps web devs from building apps
00:48 — How companies like Convex are moving databases forward
01:08 — App starting point
01:34 — Local dev
01:40 — Convex installation and setup
01:59 — Defining a schema
03:26 — Create and read pup entries in the database
03:50 — Write a mutation to add a pup to the database
04:58 — Write a query to load all pups
05:19 — Add the Convex client and provider to the React app
05:57 — Load pup entries from Convex on the home page
06:36 — Create all pup entries in the database
07:08 — Create and read reactions in the database
07:33 — Reading reactions (advanced Convex query)
09:18 — How caching works in Convex
09:30 — Hooking up the UI to save reactions in the database
09:52 — Adding real data to the stats view
10:31 — Deploy the app to Netlify
11:28 — Adding reactions to the production dataset
11:40 — BONUS: Real-time updates are free
12:27 — Frontend devs don't need to feel intimidated by data anymore
Рекомендации по теме
Комментарии
Автор

What an entertaining format, smashed it

griffadev
Автор

How can I use Convex with Solidjs, Qwik and more... ? they only have a react client. I think there should be an isomorphism fetch based client. Great Video. Thanks.

amanueltigistu
Автор

Next video, can you do auth with Convex?

ouss
Автор

how i'm supposed to do a project with client side React frontend and backend in node
made folders
frontend- convex with react
backend- convex with node

am i getting it right?

muhammad_dev