React + Convex
This guide will help you get started using Convex with React.
What is Convex?
Convex is a backend-as-a-service platform. It provides:
- a serverless environment for running your backend code
- a real-time database for storing and querying data
- an authentication system for managing users and permissions (integration with third-party providers like Google and GitHub)
Convex is designed to be easy to use and integrate with frontend frameworks like React.
Topics
- Project Setup - Setting up a new Convex project and adding react-router for navigation.
- Emoji App - A simple app for learning the basics of Convex, including setting up a project, defining a schema, and writing queries and mutations.