(no title)
mmis1000 | 2 months ago
The spec of flex layout requires it to layout its child elements several times to compute actual layout. Make it deep and nested without proper constrains will results in n*n*n*n… layout computations and bring down the browser on resize.
cluckindan|2 months ago