19 Stories by Kasra Khosravi
Web components allow us to write reusable and strongly encapsulated custom elements. React, however, is a declarative JavaScript library that addresses state management problems...
Developers have so many options when it comes to color picker libraries. Learn more about the color picker libraries you should use in 2021....
There are some popular CSS-in-JS libraries like emotion and styled-components, but they take around 10KB to 20KB of space. Learn more about a lightweight...
In this guide, we will learn use cases, pros, cons, and when you should prefer one over the other. We’ll also set up and...
Wondering what package manager you should use in JavaScript? In this guide, we compare the most popular ones: npm, yarn, and pnpm.
Here's how to integrate Lingui.js with a React app and add internationalization capabilities to your application.
In this article, we will be discussing five essential tools/processes that might be missing in your ecommerce stack.
In this post, we are going to look at a few basic examples of how ES modules are used.
In this post, we will be examining gdbgui, an extension of gdb, which will help us debug compiled languages.
In this post, we'll learn more about these two new font relative length units, see some examples, and see how they can help us...
In this post, we'll cover the most practical and useful rules with code examples.
A large part of frontend loading time is spent on executing JavaScript files as well as rendering the page.