this post was submitted on 10 Aug 2023
8 points (100.0% liked)
CSCareerQuestions
968 readers
1 users here now
A community to ask questions about the tech industry!
Rules/Guidelines
- Follow the programming.dev site rules
- Please only post questions here, not articles to avoid the discussion being about the article instead of the question
Related Communities
- [email protected] - a general programming community
- [email protected] - general question community
- [email protected] - for questions targeted towards experienced developers
Credits
Icon base by Skoll under CC BY 3.0 with modifications to add a gradient
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
After you learn react, I recommend learning about REST APIs, how to use them and how to make them. Also learn how to connect your react app to databases like mongodb. Some libraries to look into are axios and bootstrap and react bootstrap
Interesting. I'll make a note of this and start collecting some resources. Thank you.