Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/lili21/remix-building-time
- Owner: lili21
- Created: 2023-06-09T03:46:17.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-06-09T03:47:12.000Z (over 1 year ago)
- Last Synced: 2024-04-14T07:45:19.560Z (7 months ago)
- Language: TypeScript
- Size: 420 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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**