DEV Community

thedevkim
thedevkim

Posted on

tools/libraries on developing a react native app

I use these tools/libraries. What are yours ?

Python Flask - backend API
React Native(React JS, Redux) - Mobile
Axios - API fetching
Mysql - Database

Top comments (4)

Collapse
 
pavermakov profile image
Pavel Ermakov

Cool!

At work we use (.)Net framework, but for my personal stuff nodejs is the first in the line.

I am not a db expert, i only know that there are rwlational amd not relational dbs, and that at work we use dynamodb.

As for my favorite part, the frontend, it is classic, with react-native and redux, plus a bunch of different 3rd party tools, such as react-native-maps and so on. For api fetching we use react-native-pinch, which i personaly hate but we are required to use it, because it provides ssl pinning.

Collapse
 
pavermakov profile image
Pavel Ermakov • Edited

A brief description of your future app would be great.

Collapse
 
kimsean profile image
thedevkim

Oh. I think I wrote it mistakenly. I was asking on what are the tools/stacks you used as a react native developer

Collapse
 
kimsean profile image
thedevkim

I edited my post. Kindly check. Thank you 😁