Skip to content

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

  1. Project Setup - Setting up a new Convex project and adding react-router for navigation.
  2. Emoji App - A simple app for learning the basics of Convex, including setting up a project, defining a schema, and writing queries and mutations.