14 followers
I’m a software ninja 🥷 who loves abstractions and spread functional programming everywhere.
You create a database to store all your data and information in one place. The database is like an envelope containing and enclosing many sheets of...
In the previous post, we made our css emotion like function and in this blog post, we are going to extend our css function to support the following...
In this blog post, we will try to understand CSS-in-JS by creating our own version of emotion.js. Emotion is one of the most popular CSS-in-JS...
Total Isolation This comes as the result of the global nature of CSS where things are leaky and thus component-based UI architectures find it...
Global and cascading nature of CSS CSS is global by design! It is that way because we want to bring consistency across the website. html { ...
I have seen a lot of confusion between these two terms among the developers. The developers tend to mix these two and for a matter of fact, these are...