Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/couscousz/zustand-auth-react-router
This is an authentication frontend app using zustand and react router
https://github.com/couscousz/zustand-auth-react-router
js-cookie react react-router react-router-v6 tailwindcss zustand
Last synced: 11 days ago
JSON representation
This is an authentication frontend app using zustand and react router
- Host: GitHub
- URL: https://github.com/couscousz/zustand-auth-react-router
- Owner: COUSCOUSZ
- Created: 2024-07-28T13:36:01.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-07-28T14:19:11.000Z (4 months ago)
- Last Synced: 2024-07-28T15:38:20.938Z (4 months ago)
- Topics: js-cookie, react, react-router, react-router-v6, tailwindcss, zustand
- Language: TypeScript
- Homepage:
- Size: 52.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Zustand Auth with react router v6
- This is an authentication frontend app
> dont forget to create .env file for your `API_URL`## Tools:
- React
- zustand
- React router v6
- tailwindcss
- js-cookie## Helpful links:
- [React router Feature Overview](https://reactrouter.com/en/main/start/overview#client-side-routing)
- [React router Tutorial](https://reactrouter.com/en/main/start/tutorial)
- [React router Examples](https://github.com/remix-run/react-router/tree/main/examples)
- [Zustand docs](https://docs.pmnd.rs/zustand/getting-started/introduction)
- [vite env](https://vitejs.dev/guide/env-and-mode)
- [Tailwind vite](https://tailwindcss.com/docs/guides/vite)