question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Create a WebComponent html generator

See original GitHub issue

Generator 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:closed
  • Created 5 years ago
  • Comments:5 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
caaladorcommented, Jan 16, 2019

Yes that was the idea. The generator used should be the same for both.

0reactions
Legiothcommented, Jan 16, 2019

So it would be generated by the server in development mode and by the maven plugin in production mode?

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found