SOLID principles help us keep code flexible. In this article, we’ll examine all of those principles and their implementation using JavaScript.
JavaScript’s Date API has many limitations. Explore alternative libraries like Moment.js, date-fns, and the new Temporal API.
Explore use cases for using npm vs. npx such as long-term dependency management or temporary tasks and running packages on the fly.
Validating and auditing AI-generated code reduces code errors and ensures that code is compliant.
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?