DEV Community

Discussion on: Why would you want to learn ReactJS now?

 
pmudra profile image
Philipp Mudra

Yes, I am also working on a project where we are using stencil. I am very happy with that decision so far.

Stencil / web components do not work with a virtual DOM as React does, though. Maybe shadow DOM is what you meant 😉

Thread Thread
 
frontendengineer profile image
Let's Code

I read on the site that it does, below are some things I read - stenciljs.com/docs/introduction

Stencil combines the best concepts of the most popular frameworks into a simple build-time tool.

Stencil takes features such as

Virtual DOM
Async rendering (inspired by React Fiber)
Reactive data-binding
TypeScript
JSX
Static Site Generation (SSG)

Thread Thread
 
pmudra profile image
Philipp Mudra

I see, thanks for pointing that out.

Thread Thread
 
frontendengineer profile image
Let's Code

welcome 👍