Blogs (Page 4)
- Why I'm scared of useEffect useEffect is a great hook and I used it a lot for almost all the problems I had to solve. But it's not perfect and it can be a source of bugs.
- Forget about ref forwarding in React In earlier React versions, they introduced a new feature called ref forwarding. It allows you to pass a ref from a parent component to a child component. This article explains why you should not use it.
- Boost Your Site Speed: Put Scripts on a Diet with Service Workers Service workers provide a little-known opportunity to run third party scripts like Google Analytics off the main thread. This can seriously improve page load speed.