D
D
Dosya2022-03-27 22:05:24
React Native
Dosya, 2022-03-27 22:05:24

How to work with Express in React Native?

Hello to all developers, I have a question. Well, I decided to study React Native to create a mobile application and the question is whether it is possible to put Node js into the React Native backend, to be more precise Express? Okay, let's say you can, but how to connect them, that is, the web so that the frontend and backend understand each other, they access via HTTP, through links. But with React Native I can't figure it out?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
AlexBelan, 2022-03-27
@AlexBelan

Personally, I use axios.js to communicate between the backend, it works both on pure JS and react native, basically I connect everything according to the RestAPI principle.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question