webtides / element-js

Simple and lightweight base classes for web components with a beautiful API
MIT License
28 stars 3 forks source link

Feature/jit dom diffing for vanilla renderer #59

Closed eddyloewen closed 2 years ago

eddyloewen commented 2 years ago

This improves the performance of the vanilla renderer a lot. This also adds some more tests to check if the renderers actually do what they are supposed to do. Also this now tests agains multiple renderers (lit and vanilla).

I have merged #50 and #55 into this branch and combined everything.