I end up having to apologize for implementing things in ~10 lines of non-React-ish highly performant code, simply because it's not implemented the bloated way React wants me to. And like, I understand why, when you are using a framework, it makes sense to buy in to the framework's way of doing things. But also....... sometimes vanilla JS and the DOM is the actual best way to make stuff happen
@darius whenever my coworker does some unsafe bit twiddling in c# it makes me feel uncomfortable, even though it generally far easier to understand than the surrounding code.