Joel Thoms
Gamedev, JavaScript, ReactJS, and Node

Gamedev, JavaScript, ReactJS, and Node

Follow
homeVideosMy Coursesnewsletter
Tag

React

#reactjs

More content

Read more stories on Hashnode


Articles with this tag

This Week in JavaScript by Joel 2020-10-08

Oct 8, 20203 min read

This Week in JavaScript I talk about the things I found interesting. https://www.youtube.com/watch?v=mhzXAA1gW-U Hacktoberfest 2020 Hacktoberfest has...

This Week in JavaScript by Joel 2020-10-08

This Week in JavaScript by Joel 9/30/2020

Sep 30, 20202 min read

During this week in JavaScript, I found some Epic React training, a React framework for CloudFlare Workers, a replacement for Redux, my YouTube hit...

This Week in JavaScript by Joel 9/30/2020

BEWARE of React.useEffect Race Condition 🐛 BUGS

Sep 25, 20205 min read

It is pretty common for React's useEffect to introduce Race Condition Bugs. This can happen any time you have asynchronous code inside of...

BEWARE of React.useEffect Race Condition 🐛 BUGS