Reputation: 179
I am looking for suggestions to links or videos on how to store the data from the forms that users fill out on web app and later use that data from different user to output certain results. I have tried to research online and I have found couple of useful links but since I am new to react and web app area, I am getting confused on what would be the best way to go about solving this problem. Any suggestions would be highly appreciated. Thank you!
Upvotes: 0
Views: 216
Reputation: 21
I think you should follow a general React course and a additionally a course that covers working with an API & React.
You'll find different courses on Udemy for example.
Upvotes: 1
Reputation: 899
What you are thinking about getting into is called full-stack web development, if you are new to React I would encourage you to continue practicing with it for a few months and make sure you feel solid in the concepts. Understand the difference between front-end and back-end development, React is used in frontend development, so when you feel comfortable moving on to back-end you could make the transition to learning Nodejs and Express. Nodejs and express usually are coupled with a database, mongodb is a common choice, but if you have a firm understanding of what a database is and its use you can really use what you're familiar with. In the end, don't feel pressure to learning everything all at once, take it slowly and make sure you feel comfortable before moving on.
Upvotes: 1