Project goals #1
davidcraig
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
As a developer i'm sure many of you, like me, find yourself creating the same components over and over again, sometimes it'll be a react project, next maybe a vue project, etc..
While these frameworks are great, it feels like we are currently using the framework to do everything (component and state) instead of just managing the glue-ing together of components and state, webcomponents is now a standard that works cross browser on all the modern browsers that matter, so the goal of this project is to create the components that we may commonly use as web standard custom elements, leaving react/angular/vue/etc to do what they were designed for.
Of course we can't account for every scenario, that would be insane, but there is lots of repeated functionality we can standardise as an open source community.
All reactions