Sorry if the question doesnt make sense I am still learning. So I learnt reactjs before nodejs and I just finished nodejs a few days ago and now comparing, I am wondering If I really need nodejs when creating my site. I find doing it with react easy on the mind and I understand the style it is simple components I get it. Nodejs and express on the other hand, not that I do not like it but that just I like the react style of doing it. I came acros the term "mern" and i havent learnt how to do mern but apparently it is combing react node and express and my question is do I really need to use mern or I can keep it simple with just react? and are there any disadvantages or advantages of using either of them?
Videos
Im a mern stack certified, now i got a job but either in frontend or back end, i want to know is that node js have future scope?, its a single threaded, so handling large data asynchronously is hard i think, can someone tell me what should i choose react or nodejs?
Which one do you use and why?
Software engineers please, a question . I've coding in Plain JS entire desktop apps (todoList, BudgetApps, tracaloire....) I got a nice overall picture and practice on plain JS and I do believe , NodeJS is a more solid choice for me to learn before ReactJS or any other framework.
Please feel free to give your opinion / work related experience at workplace
I usually use React and nodejs for mern apps. I've been trying to learn nextjs/remixjs but don't really understand how, is nodejs in nextjs/remixjs or is it just a frontend framework? Do I need to add nodejs with nextjs/remixjs for serverside?
Sorry for a stupid question
Hi, there! My situation:
I've been studying HTML, CSS and JavaScript for a long time (goal: full stack). Long story short, I think I'm ready to study new things to help me in my journey, like a framework or a library. I saw some information about Node (I know it's for backend) and React, but I don't have idea which one I should start.
Any idea?
Im trying to gain a deeper understanding of how JavasScript interacts with Node.js, Next.js, and React. What does Node.js, being a runtime for JavaScript, do on a lower level? What does Next.js do? How are they incorporated when using React?
I know they are 2 different things and I should learn them both, but which one first?
Please I’m new into programming and have heard a lot about this terms: angular, node and react. Can someone shortly tell me the difference between them ( please in a simple way so I can comprehend better)
Hi everyone,
I'm a beginner in web development with some basic JavaScript experience, and I'm looking to dive deep into building full‑stack applications using Express, React, and Node.js. I'm particularly interested in a project‑based course that focuses on these three technologies to help me build real-world web applications.
I've come across a few courses, but I'm curious if there are any that specifically excel at teaching Express for the backend along with React for the frontend, and Node.js as the runtime. What courses have you found most effective for learning this stack, and why? Also, if you have any additional tips or resources for mastering these tools together, I'd love to hear them.
Thanks in advance!
So I wanted to learn Node.Js thoroughly and recently I’ve been learning Node.js from online tutorial and it seems they are focusing on Node.js with express.js and not Node.js alone. Is it okay to learn it with express? Or should I complete this course and later learn few other things, OR, skip this course and learn only Nodejs??????? (In my company I want to switch internally where they require Node.js developer with some exp.)
I’m a self taught developer who’s new in Web development. I’m struggling to figure out what’s the best road map to learning next.js. Please I need your advice on this topic whether to learn Next js before node js or should I start learning node js before next js. Your contributions will be very helpful to me.
Hopefully i have found the right place to ask my question.
im a student developer(frontend) who needs som guidance on how i should be moving forward with my coding skills. I have been using react and nodejs for about 2 years but recently created a trello clone with nextjs and i really like the framework. My interest in coding is not limited to just the frontend, I have also made some simple backend apps(webScraper, rest apis). And my goal is to become somewhat of a decent fullstack developer in the future.
So should i stick to react as frontend and nodejs as backend? or should go over to nextjs?
So I and a friend of mine are tasked with creating a management platform where the data of some musicians affiliated with a certain company can be managed by that company. I'm thinking of using Express and PostgreSQL for the backend, whereas my friend will be using either React or Vue for the frontend and Swift/Kotlin for the mobile app.
Is Express the right choice in this situation? It's the only backend framework I've worked with in the past and can't afford learning another framework like Spring Boot, .NET, etc. because of the time constraint. Basically, musicians will be able to sign up and log in to the website, and when they log in, all their data from various music platforms (Spotify, SoundCloud, etc.) will be fetched to be shown in their account. The company, on the other hand, will be able to easily manage their musicians on the platform (think of it like a CRUD management system)