How to Use Backendless With React.js: Real-Time Database Integration Tutorial

This is the third part of our series on using Backendless with a React.js frontend app. You can catch up on the previous articles here: Part 1 and Part 2. If you'd like to jump in now, you can simply create a new Backendless app, clone our previous progress from our repository, and use this commit as an entry point for today's article.

Our goal for today is to showcase integration with our Real-Time (we call it RT) database for delivering changes in your data table from the server to the client. We have previously written about implementation of RT in an Angular app ( "How to Use the Backendless Real-Time Database in Your Angular App"). If you're interested in Angular or you just want to see difference between the usage of RT with React and Angular, we'd recommend you give that article a read.