Skip to content

Appendix

This section describes practical RxJS applications and how to use RxJS in specific fields.

The goal is to provide more specialized topics and practical applications not covered in the main guide to further deepen understanding of RxJS.

Appendix Contents

TopicOverviewTarget Audience
Embedded Development and Reactive ProgrammingRxJS utilization in embedded systems, sensor integration, event correlation detectionEmbedded developers, IoT engineers
Reactive Approaches Beyond ReactiveXSeven approaches including event-driven, state machines, and dataflow programmingControl engineering engineers, embedded developers
Comprehensive Reactive Architecture Map7-layer structure of UI, communication, backend, data pipeline, IoT, control, and UXFull-stack engineers, architects
Reactive Programming ReconsideredGap between RP ideals and reality, strengths and limitations, how to identify application areasAll developers, architects
RxJS and Reactive Streams EcosystemOverall technology stack including RxJS, Reactor, Kafka, and UI to data layer integrationFull-stack engineers, backend engineers

Planned Additions

The appendix section will continue to be expanded in the future. The following topics are under consideration.

  • Practical patterns for WebSocket integration
  • RxJS utilization in PWA
  • Integration with Web Components
  • RxJS on the server side (Node.js)
  • Real-time data processing patterns

Please let us know your requests and feedback at GitHub Discussions.

Released under the CC-BY-4.0 license.