+ 1
Mobile application
Hey guys, my names mike I’m tasked with creating a mobile application with a few extensive feature most of the components, I’ve got down packed although I’m new to coding I’ve been smart enough to use low code utilities for most of the heavy lifting, but my goal is to learn react native, mongodb, JavaScript, iOS , android. But my question is what would be the best starting point for framework or the process of feeding data from the DB to the display of my front end. No third party I want to do it myself.
2 Antworten
+ 21
There's no the best starting point imho. You can start where you want.
If you decide to start with the frontend, you need to implement the mobile app first. Implement some logic, mock HTTP requests with some dummy data. Then move to the backend. Again, implement some logic, required routes, design your database. Finally, replace all mockups with real HTTP requests.
The second way is to start with the backend. Do everything the same but in reverse order. To test if routes work fine, you can use Postman or any other HTTP client.
+ 1
thanks i actually started node.js and researching javascript an learning it as well.