Netflix / x-element

A dead simple starting point for custom elements.
Apache License 2.0
28 stars 12 forks source link

Publish a playground for simple fiddling with “x-element”. #113

Closed theengineear closed 1 year ago

theengineear commented 2 years ago

We should host static page (perhaps within the GitHub ecosystem) to allow fiddling with “x-element”. It'd be interesting to see how light-weight a solution we could come up with which would still essentially give folks a light-weight text editor and rendered output.

Not sure on exactly the where / how yet, but I think this would be valuable to lower the barrier-to-entry.

theengineear commented 2 years ago

@klebba — Not sure if you've thought about this one too much, but it might be a fun little project to knock out.

codeStryke commented 2 years ago

If we make x-element play nice with build tools then we can rely on existing playgrounds like codepen, jsfiddle, stackblitz, glitch etc.

theengineear commented 2 years ago

If we merge #116, that should become a lot easier. We'll have zero dependencies so questions around the location of sibling dependencies would just go away.