Create a WebComponent html generator
See original GitHub issueGenerator should be able to create the WebComponent html that is served to the client by WebComponentElementProvider
.
- needs to support on the fly generation and to file for bundling
- properties are generated from
@WebComponentProperty
annotated Fields and Methods - attribute data on the element should be synced to the server.
- Element ID needs to be stored on the client side UI element so that Flow finds it
Issue Analytics
- State:
- Created 5 years ago
- Comments:5 (5 by maintainers)
Top Results From Across the Web
7 Tools for Building Web Components | Bits and Pieces
7 Tools for Building Web Components. Web components in the wild: from lit-html to Stencil, Svelete and beyond.
Read more >Write your first web component - Opensource.com
You can write a simple web component with your favorite text editor and JavaScript. This how-to uses bootstrap to generate simple stylings ...
Read more >Generating some next generation web components - Medium
You can certainly make an application out of a web component, and I have/do. However, this generator does not take into account many...
Read more >All the Ways to Make a Web Component - Feb 2022 Update
Compare coding style, bundle size and performance of 61 different ways to make a Web Component.
Read more >How to create a Native Web Component without a Framework
Learn how to build native Web Components with HTML, CSS and JavaScript by our expert Patrick Jahr. Including sample code.
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
Yes that was the idea. The generator used should be the same for both.
So it would be generated by the server in development mode and by the maven plugin in production mode?