Forums

how to install react.js

how to install react.js on here and to integrate with my django server.

If you want the latest version for everything, see this

After nvm? What i need to do to install react.js?

If you have not used react before / have not used any node packages/modules before, then I would suggest reading through the react docs on how to install etc.

Basically nvm provides you the latest node, which you can then use to install/run all node packages etc.

Thank you

They are giving options to use react using CDN. i thought it needed to be installed locally otherwise i can't work with -API. Which one i should use for better production and better user interface? Should i install locally or use the CDN service.

You use CDN to provide react to users of your website. You install it locally to develop.

Ok.