Skip to content

Instantly share code, notes, and snippets.

View StefanNieuwenhuis's full-sized avatar
:bowtie:
Follow me on twitter @stefannhs

stefannhs StefanNieuwenhuis

:bowtie:
Follow me on twitter @stefannhs
View GitHub Profile
import { newE2EPage } from '@stencil/core/testing';
describe('my-component', () => {
let page, component, element;
beforeEach(async () => {
page = await newE2EPage();
await page.setContent('<my-component></my-component>');
component = await page.find('my-component');
  • Computer Futures Meetup: ​Taming huge enterprise applications with Mono Repositories, Design Systems & Web Components NOV 21, 2019, AMSTERDAM, NL
  • GhentJs: ​Bringing consistency to enterprise applications with Web Components OCT 9 2019, GHENT, BE
  • Bol.com meetup: ​Taming huge Angular applications at bol.com JUN 26 2019, UTRECHT, NL
  • ING Lunchpiration: ​Taming huge enterprise applications with Mono Repositories, Design Systems & Web Components MAY 14 2019, AMSTERDAM, NL
  • COMMERCE.TALK: ​The art of building framework independent design systems APR 4 2019, BERLIN, DE
  • AngularNL: ​Micro Frontends & Design Systems, built with Angular and Stencil MAR 8 2019, AMSTERDAM, NL
  • ReactiveConf: ​Building a framework independent component library with StencilJS OCT 29 2018, PRAGUE, CZ
  • Workshop: ​Taming your CSS with ITCSS APR 18 2018, UTRECHT, NL
  • ESRI Dev Summit: ​Angular2 + ESRI JS 4.2 = A World of Endless Possibilities MAR 8 2017, PALM SPRINGS, USA
@StefanNieuwenhuis
StefanNieuwenhuis / reactiveconf-framework-independent-components-library-with-StencilJS.md
Last active September 23, 2020 12:55
How to build a framework independent component library with StencilJS

How to build a framework independent component library with StencilJS

This is a proposal for a lightning talk at Reactive Conf. Please 🌟 this gist to push the proposal! If you're on your phone, please request the 🖥 desktop site to star this gist 😇 #ReactiveConf