Sérgio Carneiro
Sérgio Carneiro
Sure @MichaelDeBoey, I'll update the `styletron` example. Should I start now or wait for this PR to be reviewed?
It appears React 18 streaming support is **still a work-in-progress** for CSS-in-JS libraries. I found that at least `styled-components` ([#3658](https://github.com/styled-components/styled-components/issues/3658)) and `styletron` ([#430](https://github.com/styletron/styletron/issues/430)) **do not yet support it**. _The required...
I agree. I had projects where the designer wanted the stars in grayscale, but we shouldn't affect the entire warning palette. So I had to wrap the `StarRating` around a...
_I'm in favor. The pros outweigh the cons._ It's the only route feature that doesn't follow the pattern. Plus: * I don't rely on the component name to see in...
@duailibe It sounds that maintaining `default` is not a better solution than `Component`. It is rather having a more descriptive (framework-agnostic) name.
When using CSS-in-JS, the styles fail to render, so as you can imagine it feels like the entire site breaks. In summary, it's a React 18 problem and it can...
This is not just a Chrome Extension problem. If you share your website on social media, it opens in an in-app browser. Meta, at least, injects fancy stuff in the...
This issue still exists
This would be really useful, and I'm also in favor of code-splitting, as most of the rules will be repetitive. Here's my naming proposal, to be more descriptive and paradigm-agnostic:...
> @wladiston Just realized that policies should have unique names in the database so maybe the whole point of reusing policies is not ideal. I was thinking Prisma could proxy...