Results 9 comments of Ernie Francis

Maybe the same way Blazor prerenders the .razor files before sending a repsonse to the client? my best guess would be to interop the styled.css() function to a tag int...

@chanan yeah, the same way this extension highlights styled-components and emotion: https://github.com/styled-components/vscode-styled-components ```razor protected override async Task OnAfterRenderAsync() { //highlight this below vvv div = await Styled.Css("background-color: pink;"); StateHasChanged(); }...

I just heard about it today, haven't gotten to using it myself but it will absolutely help me move out of React and into Microsoft-curated SPA. I also have no...

@FabioPouza ok, any ETA on when this PR will be merged? do you need anymore details?

Having the same exact issue on my end, has any progress been made?

I saw this issue when using storybook. when i was at work the string literal union types rendered a radio as expected. When I got home i refactored my component...

I'm having the same issue in my monorepo. Unfortunately it's not open sourced(contracted). I do have parcel installed only in the package with the react app.

welp, i found the culprit. i had to run ```yarn why react-refresh``` and found that @storybook/react was using react-refresh v11 when parcel was using v9. i removed @storybook/react to troubleshoot...

yeah, i tried your plugin and my build times went from 50 to 90 seconds. feel free to clone this repo if you want to see the difference, https://github.com/BlackFenix2/Portfolio