Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 746 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 746 Bytes

React TS Vite TCC

React (TypeScript) starter project. Configured with Vite. Intended to use when using custom components with TailwindCSS. Can use shadcn/ui for importing new components or make you own.

Added Libraries

  1. Routing - react-router-dom
  2. App State Management - zustand
  3. Async State Management (API calls, etc) - @tanstack/react-query
  4. Icons - lucide-react



** Update libraries before using in your project (Last updated 2023/10/28)