|
|
|
|
|
by skydhash
382 days ago
|
|
> But what I find is that most large, complex applications I've worked on are not in particular hindered by the choice of React as a technology. AKA, React is accidental complexity. Solving accidental complexity issues may be required some time, but more often than not, it's just something you endure as the alternative choices are not that much better. |
|
State management and optimized DOM manipulation can be achieved with vanillajs nowadays and I'm not saying that as a purist, it is just good enough that React is not needed. To help a bit with the ergonomics, I use lit-html/uhtml for the templating but they are both based on template literals, a native JS feature.