日期:2019-06-25 阅读:2000
dmandwp系统 - wordpress系统和DM系统区块建站>>
https://www.iamtimsmith.com/blog/what-is-the-mern-stack-and-how-does-it-work/
In this MERN stack tutorial, we will build a simple blog using React js, Node js, Express js, and Mongodb to add to our Full-Stack Developer toolkit.
MERN指的是 Mongodb, Express , react , nodejs。
Mongodb负责数据存储,Express是nodejs的一个框架,负责后台。
React负责前端。