Code Monkey home page Code Monkey logo

architecting-angular-applications-with-redux-rxjs-and-ngrx's Introduction

Architecting Angular Applications with Redux, RxJs, and NgRx

This is the code repository for Architecting Angular Applications with Redux, RxJs, and NgRx, published by Packt. It contains all the supporting project files necessary to work through the book from start to finish.

About the Book

This book starts with a retrospective look at the way we built apps in AngularJS. We also look at the one-way data flow and Flux pattern with concepts such as dispatcher, action, stores, and controller views. Learn to structure your async code and see how to model and manipulate streams and values over time. Additionally, you will get familiar with the basics of RxJS and later explore advanced operators like Subjects, Schedulers, error handling, testing, and tools. You will not only get to know the Redux pattern but also understand when and why you need it. Toward the end, you will realize why ngrx and Angular go so well together. You will also see how to debug your application with selected tools as well as test different facets of your app.

Instructions and Navigation

All of the code is organized into folders. Each folder starts with a number followed by the application name. For example, Chapter02.

Added redame file in every program which will guide the steps to run the program

The code will look like the following:

interface IPrinter {
  print(IPrintable printable);
}

This book is about building Angular applications using NGRX. To get the most out of the book you need a basic understanding of the Angular framework and should be able to scaffold an Angular application using the Angular-CLI or be able to set up an Angular project through Webpack, if that is your preferred way. It's good to have a decent understanding of JavaScript and TypeScript. Most of all a curious mind is really all you need. It's a good idea to have NodeJs installed on your machine.

Related Products

Suggestions and Feedback

Click here if you have any feedback or suggestions.

architecting-angular-applications-with-redux-rxjs-and-ngrx's People

Contributors

jijom avatar subhalaxmin avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.