JavaScript and Immutability: React Fast

React is very fast, but in order to keep a nice pace, it needs help in understanding which parts of the view should or shouldn’t be updated… Read more

Similar

Writing Dependency-Free JavaScript

Lately, I have been working on a web application, pixu.rs1, that, while small, includes an interactive form with image uploading and multiple phases. This is exactly the kind of thing I tend to turn into a mess when I'm not using React, Redux and everythi... (more…)

Read more »