Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)