AI-powered
podcast player
Listen to all your favourite podcasts with AI-powered features
React Native - The Document Object Model
The DOM is the original thing that spawned a web before JavaScript. It's basically a C++ class hierarchy implemented in the web risers. And then JavaScript manipulates that. So one of the things we did with React is realize that actually there's a lot of overhead going back and forth here. We made a design decision to make a lot of the APIs as synchronous, which is easy when it's to have a declarative model.