DEV Community

Discussion on: 10 JavaScript features that will help you adopt React faster

Collapse
 
bennypowers profile image
Benny Powers 🇮🇱🇨🇦 • Edited

2‌. The Document Object Model — DOM

React doesn't support the DOM, and probably never will.

Better advice to aspiring developers is to learn the web platform - HTML, CSS, and JavaScript, and if they are forced to adopt a backwards framework like React instead of something more modern like Lit or FAST, they should do it with their eyes open.