https://github.com/paralin/flex-layout-issue-456
https://github.com/paralin/flex-layout-issue-456
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/paralin/flex-layout-issue-456
- Owner: paralin
- Created: 2025-02-03T17:46:50.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2025-02-03T20:11:14.000Z (about 1 year ago)
- Last Synced: 2025-02-23T06:32:18.326Z (about 1 year ago)
- Language: TypeScript
- Size: 40 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## flex-layout unnecessary rerenders issue
This is a minimal reproduction of this issue: https://github.com/caplin/FlexLayout/issues/456
## Start
```
npm i -g yarn
yarn
yarn dev
```