Question
-
CreatorTopic
-
March 5, 2018 at 9:37 am #2137042
React.JS or Node.Js? Which one is good?
Lockedby anitashahonline · about 7 years, 1 month ago
Tags: Web development
Hello,
One of the my clients wants to develop eCommerce website and he prefers to me React.JS or Node.JS for developing website.
Can somebody suggest me which one is good as per developing, costing & timing?
Thanks
Topic is locked -
CreatorTopic
All Answers
-
AuthorReplies
-
-
March 6, 2018 at 6:37 am #2447584
Here is the comparision
by jitendrayadavin · about 7 years, 1 month ago
In reply to React.JS or Node.Js? Which one is good?
ReactJS
write less code and do more.
Better performance
Implementation of the virtual DOM
It Just StartedNodejs
A javascript run time
It is light in weight and fast
It is used to create fast and scalable network applications -
March 13, 2018 at 5:12 am #2447528
React.JS or Node.Js
by hannafrenk · about 7 years, 1 month ago
In reply to React.JS or Node.Js? Which one is good?
Kindly check these reason and choose accordingly:
React.JS:
SEO Effective
Search engines find it difficult to read JavaScript heavy applications even after having improvements in that area. So this is one of the big issues that come with JavaScript frameworks.Components in ReactJS
PolymerJS and Shadow DOM has already created a lot of buzzes which are typically used to create customizable elements, self-contained elements that you can easily import into your project.Great efficiency
ReactJS creates its own virtual DOM where your components actually live. It takes care of all the changes to made in the DOM and updates in the DOM tree also.Node.JS:
Server side proxy
NodeJS can be easily used as a server-side proxy. That’s how it can handle a number of simultaneous connections in a non-blocking manner.NPM
NPM(Node Package Manager) play an important role which should not be neglected at all. It comes by default with your Node.js installation and provides support for package management.Data Streaming
HTTP requests and responses are considered as isolated events but they are actual data streams . -
March 15, 2018 at 6:49 am #2447513
Node js
by akashbelle · about 7 years, 1 month ago
In reply to React.JS or Node.Js? Which one is good?
Initially I did work with react.js and I found the debugging part a little tough and that it needed a little extra effort. Also, the coding part was difficult and time consuming.
Eventually I did learn node js from https://hackr.io/tutorials/learn-node-js and I’ve found node.js to just be smoother in comparison to react.js
It is just easier to code and debug.
I would prefer node.js anyday!-
July 22, 2018 at 8:20 am #2421104
Node.js rocks!
by billytk · about 6 years, 9 months ago
In reply to Node js
Agreed! Both are great, but node.js is very necessary for all web developers. Look at https://reactdom.com/node
-
-
July 24, 2018 at 5:28 am #2421088
React.JS or Node.Js? Which one is good?
by faction tech · about 6 years, 8 months ago
In reply to React.JS or Node.Js? Which one is good?
AngularJS is fully featured framework than ReactJS, which is not really a framework but a library. … However, AngularJS has a large support community and following while React is just getting started. On the other hand, Node JS is simply a JavaScript runtime which is lightweight and fast.
here are some features of these Two technologies:
Node JS works on Chrome’s V8 engine;
Modules and tools for Node JS have been increasing in volume;
Sync between the client-side and the server-side environment is immediate, ‘cause both of them are developed in JavaScript;
React is really good when it comes to developing user interfaces which will be used over and over again;
React programmer must have solid knowledge of DOM, while it uses virtual DOM;
With React both client and server side are rendered;as per Developer Survey Results 2018
Node.js 49.6% and React 27.8%-
October 10, 2018 at 7:46 am #2894959
Thans
by anitashahonline · about 6 years, 6 months ago
In reply to React.JS or Node.Js? Which one is good?
But I don’t think so, Angular is faster then React!
-
-
July 24, 2018 at 8:53 am #2421083
React JS
by victoria12martin · about 6 years, 8 months ago
In reply to React.JS or Node.Js? Which one is good?
ReactJS is a library. You will have to write less code with ReactJS and it even performs better due to the implementation of virtual DOM. If you talk about Node.js, it’s a JavaScript runtime which is fast and lightweight. It can be used to create fast and scalable networking applications. With Client-Side data rendering and an upper configuration, ReactJS is an outright choice of JavaScript framework Developers. I would definitely go with React JS.
-
July 24, 2018 at 11:40 am #2421079
React.Js vs Node.Js
by asamits765 · about 6 years, 8 months ago
In reply to React.JS or Node.Js? Which one is good?
I totally understand this question. I was once a beginner and didn’t know the difference between all of these things and I doubt any level of explanation will be of help.
I sense you’re trying to get into software development but not sure what to go with. Here’s my suggestion.
For the next few weeks, forget React, Node or all that stuff. Learn Javascript. If you’ve programmed before, all you might need to learn is the syntax and some javascript specific functionalities.
If you’ve not programmed before, then you’ll be learning how to program using Javascript. Do this for a bit and you’ll slowly understand why you need react and node js and what to use them for.
-
October 10, 2018 at 7:44 am #2894960
Yup
by anitashahonline · about 6 years, 6 months ago
In reply to React.Js vs Node.Js
Yup, I agree with you!!
-
-
August 30, 2019 at 8:08 am #2423272
Both
by roncloudgeek · about 5 years, 7 months ago
In reply to React.JS or Node.Js? Which one is good?
Both of the JavaScript frameworks mentioned above are high performing, advanced and widely used worldwide. It all depends on your business needs and custom app goals which framework you want to choose.
-
-
AuthorReplies