Reputation: 4517
I am making an app which is made using ReactNative, as ReactNative works with Node.js. So I was thinking of using Node.js as backend for apis. So is node.js a good fit for this structure?
Upvotes: 0
Views: 62
Reputation: 56
Yes, of course because Node.js is a platform built on Chrome's JavaScript runtime. reactnative also use javascript
Upvotes: 0
Reputation: 16466
React Native is backend agnostic, you should use whatever you are most comfortable with.
Upvotes: 2