LiveLoveApp logo

NgRx In Two Days Workshop

Learn reactive programming in Angular with NgRx in two days from the co-creators of NgRx in this hands-on workshop.

Schedule NgRx In Two Days Workshop

You will walk away from this workshop being able to do all of these things by yourself.

  • 01. Build reactive applications in Angular with NgRx

    NgRx enables you to build applications that react to new state that is pushed into the Store. Combined with the power of RxJS our applications can efficiently provide a rich user experience.

  • 02. Demystify NgRx - you already know NgRx!

    Angular components have inputs and output, handle state transitions, and perform side effects. Using this same mental model we can start to understand NgRx.

  • 03. Event storming and good action hygiene

    Event storming enables you to start designing the actions as a result of events in your application before writing a single line of code. Combined with good action hygiene and you'll be building performant, and easy to debug, Angular applications with NgRx.

  • 04. Handle state transitions

    You'll learn how to define reducers to immutably producing new state. You'll also learn that reducers are pure functions, so we'll never perform any side effect in our reducers.

  • 05. Compose selectors

    Defining and composing selectors enables you to efficiently query for data in the Store.

  • 06. Perform Side Effects

    The Effects library from NgRx enables you to perform a side effect as a result of a dispatched action. You'll be using effects to load data from services into the Store.

  • 07. Finally master higher-order mapping operating in RxJS

    Choosing the correct operator in RxJs is hard. Combine that with writing effects that can contain race conditions, and it's even harder to get this right. We'll break down the 4 common higher-order mapping operators and give you a clear path for choosing the correct one in each situation.

  • 08. Manage collections of data in the Store

    Collections of entities is a common pattern, and NgRx provides a set of basic state operations and selectors to manage collections in the Store.

  • 09. Harness the power of meta-reducers

    Meta-reducers are not widely understood and often rarely used. You'll be able to leverage meta-reducers to intercept actions and change the control flow of the Store.

Pricing

Transparent and simple pricing to skill up your team.

$4,800

Day One

  1. Reactive Programming in Angular
  2. Demystifying NgRx
    1. You already know NgRx!
    2. NgRx mental model: state flows down, changes flow up
    3. Single responsibility principle
    4. Indirection between consumers of state, how state changes, and side effects
    5. Select and dispatch are special version of @Input() and @Output()
    6. Delegate responsibilities to individual modules of code
  3. NgRx Actions
    1. A unified interface to describe events
    2. Just data, no functionality
    3. Has a type property at a minimum
    4. Good action hygiene
    5. Event storming
  4. Reducers
    1. Reducers produce new state
    2. Reducers receive the last state and next action
    3. Reducers listen for specific actions
    4. Reducers are pure function that perform immutable operations
    5. Setting up the Store
  5. Selectors
    1. Selectors allow us to query for data
    2. Selectors are recomputed when their inputs change
    3. Leverage memoization for performance
    4. Selectors are fully composable
  6. Effects
    1. Effects are processes that run in the background
    2. Effects connect your app to the outside world
    3. We often use effects to talk to services.
    4. Effects utilize an RxJS actions stream.

Day Two

  1. Advanced Effects
    1. Choosing the correct RxJS operator to use with effects
    2. Using mergeMap() to subscribe immediately with no race condition
    3. Using concatMap() to subscribe after the last Observable completes
    4. Using exhaustMap() to discard until the last Observable completes
    5. Using switchMap() to cancel the last Observable if it has not yet completed
  2. Effects Examples
    1. Using effects with intervals
    2. Using effects with WebSocket connections
    3. Using effects with Angular's HttpClient service
    4. Using effects to show failure state
    5. Using effects to display modals
  3. Entities
    1. Working with collections should be fast
    2. Collections of entities is very common
    3. Entity library provides a common set of basic state operations
    4. Entity library provides a common set of basic state derivations
  4. Meta-reducers
    1. Meta-reducers intercept actions before they are reduced
    2. Meta-reducers intercept state before it is emitted
    3. Using meta-reducers to change control flow of the Store

Prereqs

Attendees should be familiar with the following technologies:

  • TypeScript
  • Angular
  • Basics of RxJS

Can't find the topic you are looking for? Contact Us to learn about our custom training solutions.

Get Expert Led Training For Your Team
Schedule NgRx In Two Days Workshop