Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/imhojeong/module-federation-webpack


https://github.com/imhojeong/module-federation-webpack

Last synced: 20 days ago
JSON representation

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
```