As Scott O'Brien always says, JavaScript is bad. In all seriousness, our
front-ends wind up bloated, really quickly, which leads to poor performance.
We mostly aim to keep the package sizes down to get to the first meaningful
paint as fast as possible, but less JavaScript also means less time parsing it.
With my latest project, I opted for a React stack, but I am doing my best to
keep dependencies down (sorry, not sorry Redux!), but some things are too useful
to avoid. A few months in, and