DEV Community

Discussion on: Which JavaScript frameworks are worth learning in 2021?

Collapse
 
patarapolw profile image
Pacharapol Withayasakpunt

I am looking at Stencil.js.

  • Web components, relying on shadow DOM, that is, separation of CSS.
  • CSS preprocessors are allowed.
  • JSX/TSX, resulting in full power of TypeScript.

I would say that JSX + TypeScript makes HTML strongly-typed, where you would normally lose typings at languages' interface; like between backend and frontend, and between JS and HTML.