This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* This is a forked and annotated example. I think it gets a lot of stuff right in terms | |
* of best practices on composition. | |
* | |
* There are a few things that I think could be better organized... that doesn't mean that | |
* the author is wrong; the things I'm calling out probably aren't even related to the point | |
* of the article. | |
* | |
* One of my issues with React is that it encourages decomposition for no good reason, which | |
* just makes your UI harder to maintain because you have to piece together dozens of tiny |