Toggle navigation
TWunroll
TWunroll
faq
Contact US
#UseEffect
Folasade Agbaje
_estheragbaje
Understanding the useEffect Hook in #reactjs --What is #useEffect?useEffect is a react hook that allows you to handle side effects in functional components. Now that may sound vague, but letโs
Read more
Pratham ๐จโ๐ป๐
Prathkum
Everything you need to know about useEffect hook of ReactA beginner's guideThread If you're familiar with class components then you might know that we have various lifecycle methods but in
Read more
Ben Ilegbodu ๐๐จ๐พโ๐ป
benmvp
Using objects/arrays in deps for React useEffect can cause it to run the effect on *every* re-render even if contents are the same cuz the references are differentWe've got a
Read more
Ivan Akulov
iamakulov
Ever had a case when you type something in a React app, and it reacts super super slowly?One of the reasons that may happen is unnecessary rerenders. Hereโs how to
Read more
Ashraf Abed
ashabed
The hiring landscape in #tech (#html #react #javascript #php) isn't what it was 10 years ago. Lots of advice is outdated.I help diverse groups of people land jobs in tech.Here's
Read more
Yehuda Katz #BlackLivesMatter
wycats
Heterodox view: components are not the primary unit of composition in front end apps.Components facilitate data flow. Coupling data flow to DOM as a matter of course creates DOM abstractions
Read more
Ben Ilegbodu ๐๐จ๐พโ๐ป
benmvp
Who likes React custom Hooks? Here are 8 that I found especially helpful or particularly interesting useInitialMount - returns whether or not the current render is the first/thread
Read more
React Newsletter
reactnewsletter
A thread of our Top 10 React Links of 2020. Enjoy! "Guidelines to improve your React folder structure" by @RozenMD outlines his preferred folder structure method and the guiding
Read more
By continuing to use the site, you are consenting to the use of cookies as explained in our
Cookie Policy
to improve your experience.
I agree