Anyone know of podcasts that would like to have core @stenciljs devs on it to talk about our focus and why? Design Systems, Web Components, the future of the web as we know it. 🤗
Cool thing about @stenciljs #183: All of the dependencies required to develop/build an entire Ionic/StencilJS app can fit in about half a tweet:
"dependencies": {
"@ionic/core": "one"
},
"devDependencies": {
"@stencil/core": "one",
"workbox-build": "4.3.1"
}
Heya Jeffrey 👋🏻 We have several reasons why we’ve chosen @Stencil.
✅ Easy recognizable api for both #Angular and #reactjs devs.
✅ Out of the box scaffolding
✅ Polyfills
✅ Automated documentation generation
✅ Bundling
✅ No vendor lock-in
I just published a tutorial on creating a tabs layout with @ionicframework and @stenciljs - we cover a simple tabs layout and a more advanced approach where each tab has its own navigation: joshmorony.com/basic-and-adv…
"Design Systems with Web Components" Great article by @ajonpcom detailing the 5 stages to atomic design, and using @stenciljs to create and adopt an enterprise design system: ajonp.com/blog/design-system…
Great contributors chat today! We're looking to do many more of these now that Stencil One is stabilizing. If you'd like to join please hit us up in the contributors channel in the stencil slack. 🐠
Stencil One docs site:
- Full site prerendering
- Autogeneration of modulepreload links
- Inlining only used CSS
- Immutable cache policy for resources
- Constructable Stylesheets
- New faster and smaller runtime
- Priority Hints
next.stenciljs.com/
tslint-stencil v1.0.1 for @stenciljs is here – minor bugfixes and better error messages thanks to community contributions!
Anyone willing to help me implement automated fixes for `component-member-order`?
npmjs.org/package/tslint-ste…
@ericsimons40 Do you have any plans for adding @stenciljs workspace to @stackblitz? That would be so awesome and such a help for all developers who are involved in the development of #WebComponents 😊