This & That - Micro Swaps
In this series of articles, we will look at Micro swaps
StencilJS alternatives to micro units of work with Angular.
Most of these swaps, are related to JsX, rather than StencilJS itself. But I feel it's good to be able to pinpoint the exact alternative.
Swap - ngClassStencil components are rendered using JSX, a popular, declarative template syntax. Each component has a
render
function that returns a tree of components that are rendered to the DOM at runtime.
Last updated
Was this helpful?