|
|
|
|
|
by satvikpendem
562 days ago
|
|
> You literally cannot. You can bake two cakes. You can’t have your cake and eat it too. It is a common saying, not to be taken "literally." > The best frameworks will not perfect abstract this for you. They can’t, it’s leaky. When the cracks show, it will be painful. Better than before with pure server side solutions like Rails or Django, however. I use RSCs and they work just fine, because you are using TypeScript on both the client and the server, meaning there are greater abstractions that can be leveraged. > Have you ever looked at the css output? Not sure what CSS in JS library you used but with something like Typestyle or PandaCSS, you write CSS but in JS objects, so the generated CSS is simply turning those objects into the CSS you already wrote, not sure why it would be any different. |
|