0%

Book Description

RxJS in Action is your guide to building a reactive web UI using RxJS. You'll begin with an intro to stream-based programming as you explore the power of RxJS through practical examples. With the core concepts in hand, you'll tackle production techniques like error handling, unit testing, and interacting with frameworks like React and Redux. And because RxJS builds on ideas from the world of functional programming, you'll even pick up some key FP concepts along the way.

Table of Contents

  1. Copyright
  2. Brief Table of Contents
  3. Table of Contents
  4. Foreword
  5. Preface
  6. Acknowledgments
  7. About this Book
  8. About the Authors
  9. About the Cover
  10. Part 1. Understanding streams
    1. Chapter 1. Thinking reactively
    2. Chapter 2. Reacting with RxJS
    3. Chapter 3. Core operators
    4. Chapter 4. It’s about time you used RxJS
  11. Part 2. Observables in practice
    1. Chapter 5. Applied reactive streams
    2. Chapter 6. Coordinating business processes
    3. Chapter 7. Error handling with RxJS
  12. Part 3. Mastering RxJS
    1. Chapter 8. Heating up observables
    2. Chapter 9. Toward testable, reactive programs
    3. Chapter 10. RxJS in the wild
  13. Appendix A. Installation of libraries used in this book
  14. Appendix B. Choosing an operator
  15. Index
  16. List of Figures
  17. List of Tables
  18. List of Listings