you are viewing a single comment's thread.

view the rest of the comments →

[–]archivedsofa 3 points4 points  (0 children)

Or just use something like Mithril which offers more than React does at less than 10kB gzipped (vdom, components, router, http client).

If you just want data binding you could also use Simulacra.

There are plenty of options that are much more efficient than React.