May 1, 2024
Updated May 12, 2025
20 minute read
Reactive programming is a programming paradigm centered around asynchronous data streams and the propagation of change. This means that when a data value changes, all parts of a program that depend on that data are notified and updated automatically. Imagine a spreadsheet: when you change the value in one cell, any formulas that use that cell's value are instantly recalculated. Reactive programming brings this dynamic, responsive behavior to software development. This approach allows developers to build applications that are more resilient, scalable, and responsive, especially when dealing with real-time data and user interactions.
3gbvxf|
Find a path to becoming a Reactive Programming. Learn more at:
OpenCourser.com/topic/3gbvxf/reactive
Reading list
We've selected two books
that we think will supplement your
learning. Use these to
develop background knowledge, enrich your coursework, and gain a
deeper understanding of the topics covered in
Reactive Programming.
Teaches how to use Reactive Spring, a framework for building reactive applications in Java. It covers topics such as reactive web development, data streaming, and microservices, and shows how to use Reactive Spring to build scalable and high-performance applications.
Provides a practical guide to building reactive web applications with Angular, a popular JavaScript framework. It covers topics such as reactive data binding, routing, and state management, and shows how to use Angular to build responsive and user-friendly reactive applications.
For more information about how these books relate to this course, visit:
OpenCourser.com/topic/3gbvxf/reactive