Resource Quest - An Unconventional Use of the React Framework [draft]
Building a clicker game with React It’s really easy to make a big ball of mud in JavaScript. You start with a simple loop. You want your program to do A, B, then C. Great. But then you realize you also want D, E, F, G, H, and I. Before you realize it, you have dozens of functions spanning hundreds of lines with no clear structure. So you try to create structure after the fact....