On React.js
A React.js documentary was recently released, and it's an interesting watch (link). Some interesting takeaways: Sometimes doing extra work on the margin is worth it if the implementation is significantly simpler. Before React, model-view-controller architectures had complicated two-way data binding rules and complex DOM interactions. While rendering (essentially) the whole page again seemed like more work at first, it made code easier to reason about, more reusable, and provided room for optim
https://matt-rickard.com/on-react-js