Stencil – A reusable web component generator
stenciljs.com
Stencil – A reusable web component generator
1–10 of 107 posts
Re: Stencil – A reusable web component generator
#214px and a lightweight font does not make for happy reading.
Re: Stencil – A reusable web component generator
#3Gosh, the content is illegible on Chrome and Windows 8. 14px and a lightweight font does not make for happy reading.
Re: Stencil – A reusable web component generator
#4It also bothers me the whole Typescript deal. I might be wrong, but I don't want to have Typescript installed & integrated into my build process so I can use a widget. The only way I can see this working out is that I suck it and follow the Typescript paradigm or widget creators can distribute their widgets on some sort of "built" pure JS file, something like JAR files... and we know how well that goes.
Re: Stencil – A reusable web component generator
#5The tooling also a solution to teams and library authors building components that support many frameworks. Stencil components work in Angular, React, Ember, and Vue as well as they work with jQuery or with no framework at all, because they're just standards-based components.
Compared to using Custom Elements directly, Stencil provides extra APIs that makes writing fast components simpler. APIs like Virtual DOM, JSX, and async rendering make Stencil Components easy to approach, while maintaining compatibility with Web Components"
So which browsers would this work in?
Re: Stencil – A reusable web component generator
#6Gosh, the content is illegible on Chrome and Windows 8. 14px and a lightweight font does not make for happy reading.
It's more the OS than the font choice, different OSes render text better or worse. The site looks great on a 15 inch macbook pro.
Re: Stencil – A reusable web component generator
#7Re: Stencil – A reusable web component generator
#8Gosh, the content is illegible on Chrome and Windows 8. 14px and a lightweight font does not make for happy reading.
It's more the OS than the font choice, different OSes render text better or worse. The site looks great on a 15 inch macbook pro.
-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol"
And have picked one on Windows that does not render well at the size and weight they want to display the text.
They could have had a more universal font selection like Arial.
Re: Stencil – A reusable web component generator
#9" Stencil is a new approach to a popular idea: building fast and feature-rich apps in the browser. Taking advantage of new capabilities in the browser, such as Custom Elements V1, Stencil enables developers to write faster and lighter components without the weight of frameworks. The tooling also a solution to teams and library authors building components that support many frameworks. Stencil components work in Angula…
Re: Stencil – A reusable web component generator
#10I'm not sure I'm understanding the point behind this. If the main point is to allow people to reuse components (i.e. a calendar widget) across frameworks, then good, but it's going to be quite messy when things start to get complicated and we start hitting integration problems, because some guy on the Internet writing a widget is not going to test & maintain it on all frameworks. It also bothers me the whole Typescri…