April 2020
Intermediate to advanced
292 pages
6h 50m
English
We introduced the Creators Portal in Chapter 10, Performing Background Jobs with Microservices. Our other team built the first version, and we’ll augment it, allowing users to see their uploaded videos via an interface like the following:

Let’s open the Creators Portal application and see how the other team set up the application:
| 1: | function createCreatorsPortal ({ db, messageStore }) { |
| - | const queries = createQueries({ db }) |
| - | const actions = createActions({ messageStore, queries }) |
| - | const handlers = createHandlers({ actions, queries }) |
| 5: | |
| - | const ... |
Read now
Unlock full access