A bit of an overreaction
March 7, 2020, 2:15 pm
So I've been learning react recently. I've been getting pretty far into it. I'm pretty confident at this point that I understand the concepts, and I'm able to execute on React Hooks effectively.
I made a quick little demo example TicTacToe game, because one of my colleagues was doing a tutorial, and I wondered if I could write one from scratch. And the answer is, I COULD, but also I pulled a tiny bit of code from one of my old examples. But honestly I just pulled the win arrays, because my brain shut down, and I couldn't think of how to do them for a second.
So if you're interested, here's a quick React app of TicTacToe, and the Github repo to go along with it.
I'm enjoying React a lot these days, and I've started multiple projects in it. It's groovy, and I like the build processes.