Shubham Kalra
13 Mar 2025
frontend development
best way to adjust css background image's opacity
To change the opacity of the background image, we will make use of pseudo elements in this blog along with CSS isolation property.
Read PostShubham Kalra
13 Mar 2025
frontend development
css :focus :focus visible and :focus within | all you need to know
In this blog we learn about css focus pseudo classes, the differences between :focus :focus-visible and :focus-within are subtle but important for a user friendly experience in your website.
Read PostShubham Kalra
12 Mar 2025
frontend development
useactionstate hook in react | everything you need to know
The useActionState hook allows you to update component state based on the result of a form action.When used with a framework that supports React Server Components, useActionState lets you make forms interactive before JavaScript has executed on the client.
Read PostShubham Kalra
03 Mar 2025
frontend development
usetransition hook everything you need to know
useTransition hook in react let's you interrupt slow state changes to make the app feel more responsive.
Read Post