Hacker News new | ask | show | jobs
by kaba0 777 days ago
Like, what is better? GUIs are hard, the old way was duplicating state at the ”view” and the “model” layer, resulting in millions of bugs. The core idea of react v=f(m) is sound, and is the correct approach. Also, react itself is not even that complex.