Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Architecting Reactive Angular Applications with Redux & NgRx
Rating: 4.4 out of 5(118 ratings)
743 students

Architecting Reactive Angular Applications with Redux & NgRx

Manage state in Angular to eliminate problems when writing reactive apps by combining the power of Redux, RxJS, and NgRx
Last updated 12/2019
English

What you'll learn

  • Explore the architectural Redux pattern that drives the NgRx implementation
  • Leverage the NgRx store to manage the state of your application
  • Debug your application like a pro
  • Handle side effects with the NgRx/effects library
  • Reduce boilerplate code by using NgRx/entity and its readymade functions
  • Customize the router state with NgRx/router-store library
  • Increase your development speed with schematics
  • Scaffold the artifacts you need for NgRx

Course content

9 sections36 lectures5h 58m total length
  • The Course Overview2:45

    This video will give you an overview about the course.

  • Introduction to State Management3:16

    In this video, we will learn what a state is, why we want to maintain state, and the challenges involved in state management.

       •  Understand what a state is

       •  Understand the need to maintain state

       •  Understand state management challenges

  • Immutability6:24

    In this video, we will understand what mutable code is and what problems it has.

       •  See the problem with mutability

       •  Highlight how such code is hard to predict

       •  See how immutable code, solves most of our issues with mutability

  • Unidirectional Data Flow3:16

    In this video, we will learn about two-way data flow and unidirectional flow.

       •  See the problem with two-way data flow

       •  Highlight how it’s hard to reason with and how performance is affected

       •  See how unidirectional flow is easy to reason with

  • Core Concepts10:19

    In this video, we will learn about the core concepts of Redux.

       •  Learn about action

       •  Learn about reducer

       •  Learn about store

  • Implementing Redux17:38

    In this video, we will learn how we build a Redux implementation and use it with UI components.

       •  Implement the store and reducers

       •  Create the UI components and have them raise events, that lead to actions being created

       •  See how the data flows in a Redux implementation, from a user interaction in one UI component, to data being updated in another component

  • Test Your Knowledge

Requirements

  • Some basic knowledge of web development and Angular is assumed.

Description

Have you ever thought of combining the power of Redux and reactive JavaScript to build a responsive and reactive application? Well then, this course is your ideal choice to manage state in Angular to write reactive apps.

This course will help you build Angular applications by incorporating reactive programming principles and making it easier to develop, test, and debug your applications.

Throughout the nine sections, the extensive examples will help you implement state management with Redux, create observables, and handle errors with RxJS. You will first explore NgRx to set up the state, add a store, debug its state, and customize the saved router state. After that, you will learn to handle side effects and add support to your app.

You’ll learn to reduce the boilerplate code and use blueprints for scaffolding out features. This course will not only empower you to use Redux and NgRx to the fullest but will also help you build your own micro implementation of NgRx for a database-backed app.

About the Author

Christoffer Noring is a software developer with more than 10 years of experience. He has successfully delivered software for different industries, ranging from telecom to aviation. Throughout his career, he has worked on everything, right from databases to frontends. He is very passionate about community and sharing knowledge, which is why he frequently speaks on topics ranging from TDD, React, and NativeScript to Angular. He also writes books and blogs frequently.

He holds the title of Google Developer Expert in web technologies and AngularJS/Angular. He is also a Telerik Developer Expert in the mobile framework NativeScript. Christoffer currently works for McKinsey as a fullstack developer. He is the author and maintainer of the book RxJS Ultimate, which aims to be a free resource to help the community.

Who this course is for:

  • If you’re a web developer and want to learn more about the Angular application architecture using state management, Redux, RxJS, and NgRx to write robust web apps, then this is the course you need! This course is also for JavaScript developers looking for web application architecture.