This guide shows how to build a small React frontend that talks to the Better Auth + Express + Mongoose backend from the previous guides.
The frontend will:
- Use the Better Auth React client to call the auth endpoints.
- Support email and password sign up and sign in.
- Optionally support social login (GitHub, Google, Facebook) if you configured them on the backend.
- Call
/api/meto check who is logged in.