Just a guy who loves to write code and watch anime.
Nothing here yet.
I think so too, the refactoring phase is extremely important here, something a lot of people who hear about TDD for the first time don't hear. Because of the refactoring phase, we're constantly able to reevaluate our code and the design of the software. I'll take a look at what you wrote.
Fantastic article, I honestly rarely comment, too busy, but this one was fantastic. I didn't know you could see the reason why a component re-rendered. Also, I completely forgot about memoing React Components, it clicked for me, I think I know a place in our codebase at work that could potentially benefit from it. Thank you so much, seriously!