# vite-react-ts-tailwind-zustand-query-axios **Repository Path**: codkeep/vite-react-ts-tailwind-zustand-query-axios ## Basic Information - **Project Name**: vite-react-ts-tailwind-zustand-query-axios - **Description**: react 初始模板 - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2025-02-01 - **Last Updated**: 2025-07-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## temp - vite - eslint - prettier - tailwindcss - File based routing - nested routing - more see https://github.com/hannoeru/vite-plugin-pages#nested-routes - git-hooks to lint and commit-message check - Path Aliasing - @/ is aliased to ./src/ folder. - zustand - global state management - code is in @/store - use middlewares devtool to see state changes on redux devtool - use middleware persist to persist state to localStorage or other local storage - can also pick some state to persist, more see https://docs.pmnd.rs/zustand/integrations/persisting-store-data#partialize - can use immer to mutate state - more see https://docs.pmnd.rs/zustand/recipes/recipes#sick-of-reducers-and-changing-nested-state?-use-immer! - ky - react-query - icon - iconify to add icon - vite-plugin-svgr to import svg as react component