I am learning React by React Quickly, Azat Mardan that uses React v15.5.4. All examples contain two files react.js and react-dom.js, for example hello-js-world-jsx. I would like to use the latest React version that is v17.0.1 and this version does not have these files.
What files should I use from v17.0.1 to make hello-js-world-jsx example working?
The second issue is that v17.0.1 does not have ReactDOM.render. I am getting something like
Uncaught ReferenceError: ReactDOM is not defined
Please note, I do not want use npm modules only whose files.
Thank you for you support!