Just did some tests on existing code with v3.0.0 and it turns out that v3.0.0 is several times slower when loading than v2.2.0.
I'm trying this on long lists of components with lots of nested components (in standard cases when there are not many classes it's working ok).
I'm only using @bind-classname approach.
The components also load a lot of stuff from services and it seems like in v2.2.0 styles load first and then the stuff from services is fetched. In v v3.0.0 the stuff from services is already rendering while the styles are still not completely loaded.
Just did some tests on existing code with v3.0.0 and it turns out that v3.0.0 is several times slower when loading than v2.2.0.
I'm trying this on long lists of components with lots of nested components (in standard cases when there are not many classes it's working ok).
I'm only using @bind-classname approach.
The components also load a lot of stuff from services and it seems like in v2.2.0 styles load first and then the stuff from services is fetched. In v v3.0.0 the stuff from services is already rendering while the styles are still not completely loaded.