tastejs / todomvc

Helping you select an MV* framework - Todo apps for React.js, Ember.js, Angular, and many more
http://todomvc.com
Other
28.56k stars 13.79k forks source link

[New App] LitElement/open-wc #2100

Open tkgroot opened 4 years ago

tkgroot commented 4 years ago

LitElement is a simple base class for creating fast, lightweight web components that work in any web page with any framework.

It would add a nice way to show how custom-components can be build and used (in this case with lit-elements, but there are others as well as for example stencil). The possibility to incooperate it into other javascript frameworks, like VueJs, React and Angular, makes also an interesting use-case, in my opinion, but it also can be used without and standalone. The brower support is widely accepted by all recent browsers.

It is build/backed by the polymer-project. Further a community has created a guide with a set of recommendations for a web-componenend based project open-wc

Should the todomvc be build in plain LitElements or with the open-wc. Does anyone have a strong opinion about this? I would recommend using the open-wc. Obviously, in any case, I would offer to implement this, dough 😄

tkgroot commented 4 years ago

Is there any interest in this use-case? From the many reactions so far, i assume that nobody likes web-components here.

sumitdhungana14 commented 3 years ago

I'm in for a contribution with LitElements.

christian-bromann commented 1 year ago

I have a version ready that I am about to contribute.