React Starter
Technology stack
- TypeScript
- React 18
- Vite for the build system
- React router for routing
- React hook form for form handling
- Zod for form validation
- Axios for HTTP requests
- Tailwind CSS
Custom Sign up flow
To enable custom sign up flow for React
client project, you need to:
- Find
/src/routes/index.tsx
file inClient.React
project - Find the following code:
and replace it with:
There should be already a commented out example of custom sign up flow in /src/routes/index.tsx
file.