🌎 Community-curated list of tech conference talks, videos, slides and the like — from all around the world

🎤

We live in a JS world where Angular, React and Vue camps ferociously pitch their framework’s superiority.. But at the core, they all are component based frameworks. Currently - components written for one cannot be used within other framework and hence effort spent on creating the component for one framework will need to be repeated for other frameworks again. Web-components is the solution for this problem but the in it’s default state web components are too verbose. StencilJS uses typescript and also uses familiar constructs from React, Angular and Vue world like props(), Component decorators etc and makes its far easy to write cross-framework components. Thus, you maximize the value of your components by making them compatible in all the popular MVC frameworks!
This page was generated from this YAML file. Found a typo, want to add some data? Just edit it on GitHub.