UI libraries like React Native Paper and React Native Elements offer pre-developed components that help us deliver our React Native projects faster.
Although Docker remains the dominant platform for containerization and container management, it’s good to know about different tools that may work better for certain use cases.
Add to your JavaScript knowledge of shortcuts by mastering the ternary operator, so you can write cleaner code that your fellow developers will love.
Learn how to efficiently bundle your TypeScript package with tsup. This guide covers setup, custom output extensions, and best practices for optimized, production-ready builds.
3 Replies to "Compiled: A CSS-in-JS library without the runtime cost"
We are also extracting CSS-in-JS using CCSS with its Babel plugin. We are even able to extract some dynamic stuff also. It converts almost all our styled-components (uses under the hood) to static HTML tags. We saved 1200ms on our initial render time.
Please don’t use a common technical term in the industry as the name of your specific library…
How does this compare to Linaria?