React
Using Font Awesome with React
Font Awesome is a great resource to use various types of icons in your project including well-known social media icons and a...
React
How to write comments in React (JSX)?
I was recently trying to comment out some logic inside my JSX to add context about what a potentially complex logic, but...
React
Automatic batching in React 18 helps avoid re-rendering
Remember the earlier versions of React that used to batch multiple state updates inside event handlers such as click or change to...
React
How to convert a React component to an image
Sometimes you want to give the users the ability to download a part of the web application as an image. In that...
React
React fragments: What and Why
React fragments were a feature released in React 16.2. They have been around for a while now but have been a relatively...
React
Why does React state need a new object/array?
If you have been using React for a while, you are familiar with how state update works. There are a lot of...
Recent Articles
How to sort a Set in JavaScript
ES6 introduced the set data structure in JavaScript. But sets are not ordered abstract data structures. So there is no .sort() property...
Debugging CSS scroll using one simple style
I have been doing a lot of complicated front-end work off lately and that always brings me back to the class conundrum...
CSS :has a parent selector now
CSS now includes a :has selector that allows us to apply styles on the basis of what is happening inside an element....
How to fix “invalid active developer path” after MacOS update
If you are here, then you are getting an "invalid active developer path" error on running commands in the terminal after a...
Getting the value of an input element as a number without parseInt
Every once in a while, you come across something and you think, how did I not know this earlier? valueAsNumber is that thing...

Hi there! Want some more knowledge?
Think that the knowledge shared is helpful? You might want to give our mailing list a try. We'll send you 2-4 emails a month, right when new posts come out.