Hello folks, I have a question about using react native. I am trying to use djago to connect the front end and backend, but i mostly find videos that talk about using django on react js, how much is this going to differ from react native ? I've used both, but I know that one is for web development and the other one is for mobile applications. I am more focused on the implementation of Django using react native
#React native using django
5 messages · Page 1 of 1 (latest)
For the most part, Django doesn't know or care what your client is.
If you are writing an API using the REST framework or GraphQL, React Native, React, Vue, Electron, CURL, Postman should all work the same on the back-end.
I haven't used react (native or not), but I think even on the front-end it should work similarly.
Hi, worked only with react and next so I think the connection between be and react native app will be the same as common react js using builded in js fetch function or something like axios