DEV Community

Andrew Paige
Andrew Paige

Posted on

Creating a social media app part 3

I was able to write out the UI and functionality pretty well. Although, I did find that using mongodb was not the best choice. As this data is relational, SQL would have been better considering there are friends and finding friends of friends. Other than that, developing this project wasn't terrible. I am using React Native and Expo for the front end. It's not a bad experience, but static typing or rather more specific errors would be good.

Top comments (0)