Finally the second React digest is going live with 28 talks from all the meetups we could find from July, August and September. Apparently Q3 had been busy with React conferences so this time we are publishing meetups and conferences in separate posts, wi... (more…)
Read more »
React's useEffect hook is an incredibly useful tool for fetching data, but if you're not careful, can cause infinite re-renders. (more…)
Read more »
I’ve developed an unusual approach to styling in my React code. It’s sort of a functional, atomic css approach. Other methods I’ve used are BEM + separate css files, styled components, and tailwind. By far this is the one that lets me move fastest on my p... (more…)
Read more »
In early days of single-page applications, we used to hardcode a lot of stuff, and very often we ended up with a lot of chunks of code… (more…)
Read more »
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. (more…)
Read more »