MERN Stack consists of four technologies.
M - MongoDB
E - Express
R - React
N - Node
All these technologies are built on JavaScript. To lear...
For further actions, you may consider blocking this person and/or reporting abuse
I think we can learn all these for FREE instead of
udemy.off course, fullstackopen.com/ look that
at first I also straggled to switch English but there actually is English version at: fullstackopen.com/en 👍
Thanks. Its completely free & Awesome. Made My Day.
It depends on the individual I guess. I personally paid for courses because it fit with my learning methods, and there was support available on the content creator's discord. It's also nicer that downloaded materials and exercised are given.
Node.js is not a backend language.
Thanks for pointing it out. My bad, Node can be used as backend development environment.
It's a JavaScript runtime environment...
Yeah... it is a Javascript runtime platform that can be used for any tasks that needs automation using Javascript language, including for creating a HTTP/Web server.
Due to its low-level, however, frameworks are created so that they can help web developers to quickly develop backend application like Express, Koa, Fastify, NestJs, etc.
Hello my name is Debojyoti, I want to say that I already learnt React js. Now I want to learn node. But I dont understand how and why to use node, because we can call api and use routes in react. All node js tutorial teaching us how to use node with html css...there we need node for api calling and routing, but in react why we need node? and how to use it. thanks in advance
React is for Frontend and Node is for Backend. Consider you're working on a website with database access then you'll build you're Frontend with react and for backend you'll be using Node. Now you'll start React on default port 3000 and start node on something like 3001 port. Now Make a api which return some response and call it from react. We just use Node for the backend purpose.
Now, one thing I am thinking is how to do the same approach Laravel has for web development. From Laravel official site/documentation, it is clear we can use Laravel for two different purposes :
As for MERN stack, from what I have seen the 2nd approach mentioned previously is the most used one. I am trying to find the 1st approach like Laravel provides for this MERN (and also MEAN) stack : a full-stack, standalone application.
We can also agree the "M" in the stack can be MySQL instead of MongoDB, depending on what database we want to use.
No need to pay for udemy courses. YouTube has plenty of great content creators with free courses.
Great 🙌🙌
Thank You.
Codevolution by far has the clearest explainations ❤
That's why it has been included in the list :-)