top | item 39357555

(no title)

ringofchaos | 2 years ago

Web app is possible with Django but creating mobile version will be challenging as options are not much.

Your best option is to create backend api with python frameworks like Django Rest Frameworks or FastAPI. Frontend can be React which can be used for both web and mobile using React Native.

I had previous experience in python but had to learn React to handle similar requirements.

It's always best to use the right tool for right job.

I am actually satisfied that I went this route, added new skills and possibilities

discuss

order

Ntuthuko_hlela|2 years ago

Sounds good, thank you. I will consider React for the frontend part of my app.