React UseRef by Example: An Interactive Tutorial

useRef is a built-in React Hook. What is it used for? How does it work? I’ll reveal this hidden gem for you with a few real-world examples. Read more

Similar

Simple React Patterns

I've been writing React applications for a few years now, and I've noticed that some patterns tend to repeat themselves. In this post, I'll review these patterns which will summarize about 99% of the React code I write every day. (more…)

Read more »