Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/lili21/remix-building-time

reproduction repo, building take too long.
https://github.com/lili21/remix-building-time

Last synced: about 1 month ago
JSON representation

reproduction repo, building take too long.

Awesome Lists containing this project

README

        

# (re)building takes long time

## Get Start

```bash
$ pnpm install
$ pnpm run dev
```

you can check the `app/root.tsx` file, and uncomment the `ConfigProvider` from `antd`, and try to modify the `root` component trigger the rebuild and hmr.

## Building time campare

### without antd

![image](./without-antd.jpeg)

**190 + 325 = 500ms**

### with antd

![antd](./with-antd.jpeg)

**2.3 + 3.2 = 5.5s**