DEV Community

Cover image for [ReactJS] Simple CRUD with Back4App - Create & Read
KM
KM

Posted on

[ReactJS] Simple CRUD with Back4App - Create & Read

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)

Collapse
 
dance2die profile image
Sung M. Kim

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:

Users must make a good-faith effort to share content that is...not designed primarily for the purposes of promotion or creating backlinks. Additionally, posts must contain substantial content — they may not merely reference an external link that contains the full post.

However, DEV Listings may be appropriate for this.
(See the rules there.)

Thank you.