Mrugesh
Mrugesh

Reputation: 4517

Is Node Js a good fit for ReactNative apps?

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

Answers (2)

harisman nug
harisman nug

Reputation: 56

Yes, of course because Node.js is a platform built on Chrome's JavaScript runtime. reactnative also use javascript

Upvotes: 0

Colin Ramsay
Colin Ramsay

Reputation: 16466

React Native is backend agnostic, you should use whatever you are most comfortable with.

Upvotes: 2

Related Questions