Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/imhojeong/module-federation-webpack
https://github.com/imhojeong/module-federation-webpack
Last synced: 20 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/imhojeong/module-federation-webpack
- Owner: IMHOJEONG
- Created: 2024-08-14T00:56:05.000Z (3 months ago)
- Default Branch: develop
- Last Pushed: 2024-08-16T04:55:40.000Z (3 months ago)
- Last Synced: 2024-08-16T17:19:15.432Z (3 months ago)
- Language: TypeScript
- Size: 3.47 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React + Turborepo + Radix + Webpack Module Federation Boilerplate
- React
- Turborepo (with pnpm)
- Webpack Module Federation
- Radix-ui
https://www.radix-ui.com/
## Test
- packages
- host, ui, axios, react-query, zustand, jotai
- cd packages/{host, ui, axios, etc..}
- pnpm start
## zustand persist
- https://github.com/pmndrs/zustand/discussions/807
- https://github.com/pmndrs/zustand/discussions/1614
## Turborepo
- Internal Packages
- repo/type
- 타입 관련 공통 정의하는 패키지
## Error
- Code Colocation
## Start
```sh
pnpm run start
```