How does ReactDOM work?

ReactDOM is an object which exposes a number of top-level APIs to interact with the browser DOM . According to the docs, it provides ‘DOM-specific methods that can be used at the top level of your app and as an escape hatch to get outside of the React model if you need to’.

Read more

Can I learn React by documentation?

Yes , you should start by reading the React documentation. It’s well written and you’ll understand the essential terminology and concepts by the time you’re finished. … Create React App is a great tool and perhaps using it right away will help you. Everyone has a learning approach that works best for them.

Read more