▲ | CharlieDigital 5 days ago | |
One of my favorite quotes coming out of the Svelte team with respect to runes[0]:
(Knockout was fantastic and easy to adopt because it felt like it "closed the loop" with events and simply made them more ergonomic to use)The problem is actually React hooks which has created a paradigm that inverts this and is now the most dominant model. This inversion of the model of how reactivity works is the root cause of most of the pain and complexity with React. |