Hacker News new | ask | show | jobs
by ethan_smith 424 days ago
Solid is fundamentally different from React - it compiles reactive primitives to direct DOM updates with no virtual DOM or re-rendering, whereas React re-renders components when state changes.