Currently working on https://yak.js.org the modern compiled css-in-js solution
Performance can be improved, but we're waiting for feedback and issues before we tackle that.
Performance can be improved, but we're waiting for feedback and issues before we tackle that.
All of those options are viable, but had downsides for us, as we rely heavily on styled-components and didn't want to migrate away from the flexibility it gives us. `pigment-css` tried the same but with the core of linaria the build time becomes a major concern.
All of those options are viable, but had downsides for us, as we rely heavily on styled-components and didn't want to migrate away from the flexibility it gives us. `pigment-css` tried the same but with the core of linaria the build time becomes a major concern.
How would you handle code that most of the times updates together but there are only certain components interested in the state of it (e.g. a user and we want to show the profile picture in the header and the user name somewhere else and his friends also somewhere else)?
How would you handle code that most of the times updates together but there are only certain components interested in the state of it (e.g. a user and we want to show the profile picture in the header and the user name somewhere else and his friends also somewhere else)?