DEV Community

Discussion on: Custom Elements or: How I Learned to Stop Worrying and Love Web Components

Collapse
 
lysofdev profile image
Esteban Hernández

Great post! I use Stencil.js to create my Web Component projects. It includes a development server and packaging tools to make your custom Web Components easy to distribute as NPM packages.

The only issue I've had with Web Components is the change-detection. It just doesn't quite work for me at a consistent rate. Maybe I'm using it incorrectly but it just seems like state can only be updated every so often.