Key modules

To integrate the MERN stack technologies and run your applications, we will need the following npm modules:

  • React: To start using React, we will need two modules:
    • react
    • react-dom
  • Express: To use Express in your code, you will need the express module
  • MongoDB: To use MongoDB with Node applications, you also need to add the driver, which is available as an npm module named mongodb

Get Full-Stack React Projects now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.