Update the MERN Stack tutorial, it's out of date.
RE: https://www.mongodb.com/languages/mern-stack-tutorial
The MERN stack tutorial is out of date and can't be completed in it's current state.
- Section on creating Atlas Cluster is out of date and needs updating.
- The React section uses the old Class way of doing things, this should be updated to use Functional Components and Hooks.
- Uses the old React Router system.
You might as well remove this tutorial in it's current state.
My solution for MERN stack tutorial using functional React components and TypeScript is available here:
https://github.com/carlwicker/mongodb-atlas-MERN-typescript
1
vote
Carl
shared this idea