Simon André
Simon André
@Kocal i had similar experiences but sometimes different conclusions :) I think the idea here is to focus on your last point (my "table/grid of things with icons every row"...
> .g. in my HTML page I have this repeated 266 times: > > ``` > > ``` > > Without ``, I'd have many more DOM nodes in the...
That being said, I'm still genuinely curious: in a mobile-first, performance-first era, what functional need truly justifies rendering 100 items - whatever those items may be - on a single...
> [@smnandre](https://github.com/smnandre) I'm intrigued by this. Can you please tell me how did you do the benchmark so I can try to make my own and see how it goes?...
> By the way, the updated Symfony packages page is now live (https://symfony.com/packages). This is the page that uses the trick to reuse 5 SVG icons instead of including 1,330...
It could be simpler in fact: if you know that we should change just relatively, we can give that info as CLI option on compile time https://sass-lang.com/documentation/cli/dart-sass/#source-map-urls
It's far from "not working" but there are some limitations :) https://symfony.com/doc/current/frontend/asset_mapper.html#paths-inside-of-css-files
First thing, you need to type your array :) Second thing, your dont have any model `list[0].comment `, you have a model "list" ... so you should do a nested...
Hello @marcteyssier ! I tried and had no problem running the code you gave... both directly via Child or via Index -> Child. If you still have some troubles with...
Thank you! I’ll look into it tonight or tomorrow!