John Au-Yeung
How to Match an Exact String with JavaScript
How to Create and Style a div Using JavaScript?
How to Replace Text Inside a div Element with JavaScript?
How to Disable Dragging an Image from an HTML Page
How to Make the React useEffect Hook Not Run on Initial Render?
We can make the React useEffect callback not run on the first render by creating a ref that keeps track of whether the first render is done. Then we can check the ref’s value to see when the first…
How to Get the ID of the Clicked Element in the JavaScript Click Handler?
Compress Images Before Upload in React with React Image File Resizer
How to manipulate our image before uploading in a React app.