|
|
|
|
|
by ng12
2591 days ago
|
|
> Maybe we're seeing a push back towards performance over purity? No, because performance is generally not a huge concern on the front-end. I'm not applying ML strategies to hundreds of thousands of data points, I'm trying to render 10 elements instead of 9. Performance is so rarely a concern that I'd always err on the side cleaner code than hyper-performant code. This stuff isn't even worth thinking about. |
|
Everyone who has ever used a web app already knows this unfortunately.