Welcome to Ismoil Shokirov's blog!
Oct 17 2022
What is "use strict" in Javascript and its importance
This time we will discuss what is 'use strict' and why it is needed
Jul 24 2021
How to dynamically get window width and height in ReactJS
We will create a react hook called useDeviceSize() to get the window.width and window.height
May 16 2021
Create a dark/light theme in ReactJS
In this tutorial we will create a theme toggler using React.context