clerk-react-starter icon indicating copy to clipboard operation
clerk-react-starter copied to clipboard

Example starter repo for Clerk and React

Results 5 clerk-react-starter issues
Sort by recently updated
recently updated
newest added

> **Please help** > i was trying to start with convex + clerk **terminal logs** ``` > [email protected] dev > next dev ▲ Next.js 14.2.2 - Local: http://localhost:3000 - Environments:...

Hello, Good Day, I want to call function after successful verification. after signup. I am using built-in signing and signup components

Hello, Good Day, After signin and signup, page reload and then it move to next URL? I do not want to reload the page, because I am using single Page...

I am redirected into root page if I click 'sign-in'. ![image](https://github.com/clerkinc/clerk-react-starter/assets/3082469/0a515701-111f-48d5-bc71-7a669c5d44e0) Below is my `Clerk Provider` code. ``` ``` Below is `PublicPage.tsx` ``` import { Link } from "react-router-dom"; function...