Solid.js vs LitElement.js
Aug 4, 2021
Sergi RuizVN

At the beginning of the presentation there was a brief introduction of both libraries, explaining the principles on which each of them is based, as well as several code examples of the functionalities they can offer, comparing some of these functionalities with those offered by other similar well-established libraries such as ReactJS .

During the second part we were watching and comparing the results obtained by SolidJS and Lit in a series of benchmarks, analyzing these results with respect to ReactJS or VanillaJS (pure JavaScript).

Finally, we saw a small example implemented in both libraries, in order to see the differences between one and the other on the same project.