Tag: javascript

ES Modules have been supported by all major browsers since 2019. However, if you spend most of your development time working with frameworks, you might be unaware of their presence. Discover how much can be achieved with native JS modules and explore the role of module bundlers when bundling can be handled by the browser itself.

A comprehensive guide to the world of modern CSS-in-JS solutions. What's the right choice for your case - CSS Modules, Styled Components, Emotion...? The list goes on. Here's something that can help you make an informed decision by describing the differences in how different libraries tackle the problem at hand. The authors explain the techniques used in modern CSS-in-JS libraries, their impact on Core Web Vitals, and how different libraries approach dev experience.

Do you seek to learn RxJS, but find the concept of reactive programming challenging? This article serves as an excellent starting point. Staltz brilliantly explains core reactive principles. Despite using an older RxJS version in the illustrative code snippets, the article is still a valuable read.