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.

Stencil 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.

Swap - ngClass

Last updated

Was this helpful?