Hacker News new | ask | show | jobs
by inimino 3544 days ago
React only needs a render method, not a render method and an update method for every state transition. Without the virtual dom this would destroy performance, so it is a rather key detail in understanding React's appeal.