The RxJS Backbone
Let's create the RxJS backbone of our game that allows us to easily see and change the order things are rendered in.
We'll cover the following...
First step down! Now, on to interactivity and animations.
The RxJS backbone
For a game to work, every frame, we need to go through every item in the game, make any changes to the item’s state, and then render everything on the page.
Custom operators and tap
operator in games
RxJS lets us declaratively state each step through custom operators and tap
.
Our custom operators take in the entire ...
Access this course and 1400+ top-rated courses and projects.