stencil
https://github.com/ionic-team/stencil
TypeScript
A toolchain for building scalable, enterprise-ready component systems on top of TypeScript and Web Component standards. Stencil components can be distributed natively to React, Angular, Vue, and traditional web developers from a single, framework-agnostic
Triage Issues!
When you volunteer to triage issues, you'll receive an email each day with a link to an open issue that needs help in this project. You'll also receive instructions on how to triage issues.
Triage Docs!
Receive a documented method or class from your favorite GitHub repos in your inbox every day. If you're really pro, receive undocumented methods or classes and supercharge your commit history.
TypeScript not yet supported5 Subscribers
Add a CodeTriage badge to stencil
Help out
- Issues
- fix(runtime): non-shadow slot forwarding fixes
- fix(runtime): v5 non-shadow slot forwarding to better match native behaviour
- bug: @stencil/store stops re-rendering components when the store is created from globalScript code (since 4.33.0)
- feat: avoid re-evaluating the hydrate platform closure on every SSR render
- feat(hydrate): cache platform closure and add opt-in window reuse
- fix(core): ensure pseudo shadow DOM getters return null instead of un…
- bug: taskQueue: 'immediate' disables the render reentrancy/dedup guard → unbounded re-render & vdom corruption
- fix(runtime): keep isQueuedForUpdate guard active under taskQueue: 'immediate'
- fix(compiler): resolve inherited type references against the declaring file
- bug: non-shadow component named slot forwarding puts content to default slot instead
- Docs
- TypeScript not yet supported