Made a new tutorial about how to do CRUD with ReactJS and Back4App. I am no professional so don't judge but this blog post is for people like me, a newbie who is dying to learn ReactJS.
TL,DR
Here is the link the blog post https://devjunior.com/blog/33/
In the post, I've covered:
- Some background and merits of Reactjs
- Packages: npm, create-react-app, parse
- Back4App: registration, API reference, link from Reactjs
- Reactjs: basic structure, component, properties, state, JSX
- CRUD: Only Create and Read are covered in this post. Update and Delete will be covered in another post.
The project
To show how to build an asynchronous web app using Reactjs, a dummy project - Travel Records, which allow user to create, read, update and delete travel records to and from Back4App database.
Top comments (1)
Hi Kavie.
Posts here on DEV.to should contain actual substantial content, not just be intended to promote another external work. From the Terms of Use:
However, DEV Listings may be appropriate for this.
(See the rules there.)
Thank you.