vite-react-ce 是前端整潔架構(Clean Architecture)與 web component (custom component) 的實作測試,基於 React18 和 Vite。
- 無法將含有
Redux狀態的組件正確輸出。
參考文章 Clean Architecture on Frontend
使用 PNPM:
$ pnpm install# local run
$ pnpm run dev
# build to dist folder
$ pnpm run build
React18, Redux, vite, tailwindcss