Provide bindings for popular frontend frameworks as subprojects
See original GitHub issueWhile framework examples are not hard to follow or even copy, they introduce extra boilerplate code for developers. I would suggest creating separate packages for each popular frontend framework (e.g. react-material-components-web
), potentially raising the adoption rate of the library.
Issue Analytics
- State:
- Created 7 years ago
- Reactions:4
- Comments:5 (5 by maintainers)
Top Results From Across the Web
Top 10 Popular Frontend Frameworks For Your Next Project
This blog provides a quick overview of top popular frontend frameworks to create secure, scalable and robust applications for your business.
Read more >Data Binding in Popular JavaScript Frameworks | by Chris Hand
Most frameworks support dynamic properties and data binding in a few different ways: Interpolation; Property binding; Custom directives. Angular.
Read more >What Are The Best Frontend Frameworks To Use In 2022?
Compare pros and cons of the best frontend frameworks of 2022: React, Angular, Amber, Vue.js, Svelte, jQuery, Backbone, and Semantic UI.
Read more >Top 10 Popular Frontend Frameworks to Use in 2022
Studies show that the best front-end frameworks are React, Vue, Angular, Svelte, JQuery, Ember, Backbone, Semantic UI, Foundation, ...
Read more >What are the best frontend frameworks for web projects?
How to choose the best frontend framework for your project? See the most common frontend frameworks with their strengths and weaknesses.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Closing this issue, since as @sgomes mentioned we’d rather have framework bindings be written by authors whose area of expertise is that framework. To that end, we are here to help for anyone that would like to write a binding. If you’re interested in doing so, please let us know either on this issue or by opening a new issue detailing any problems you’re running into. 😃
Thanks, @kripod! This is actually something we hope to inspire the community to do, by providing our barebones examples. 🙂
We would definitely like to see separate packages for each framework, and that’s one of the main reasons why we spent so much time working on our architecture and component modularity. However, we’re not experts on these frameworks, as you can probably tell from the PRs we’ve already received to our examples in the few weeks we’ve been live. In addition, we’re a stretched a bit thin as it is, as you can probably tell from the huge list of TBD components in our issue tracker. 😅
We think each framework’s community is much more well-equipped to develop and maintain their own set of bindings, since they know their framework inside-out and can easily follow best practices and update things as new releases come out. The awesome @petejohanson has already started that work for Vue, for example!
As MDC-Web and each set of bindings matures, I can definitely see us linking out to and recommending these projects, as well as perhaps getting rid of the corresponding framework examples.
In the meantime, if anyone starts a set of bindings for any framework, please let us know! We’d love to keep an eye on your project and help out wherever we can. We also want to make sure that our architecture is solid enough to support all frameworks and make changes to it if not, and the earlier we can do that, the better!