February 2022
Intermediate to advanced
472 pages
9h 15m
English
Sequelize makes it easy to access and query our database. Posts, chats, and messages can be saved to our database in a snap. React helps us to view and update our data by building a user interface (UI).
In this chapter, we will introduce Apollo's React client to our frontend to connect it with the backend. We will query, create, and update post data using our frontend.
This chapter will cover the following topics:
The source code for this chapter is ...
Read now
Unlock full access