rx-react-store
  • RxJS + ReactJS
  • Overview
    • Getting started
      • Data flow
      • Installation
      • Starting guide
  • Concepts
    • Reducer
    • Dispatcher
    • Store
    • Middleware
  • API
    • Methodes
      • constructor
      • dispatch
      • createDispatcher
      • createDispatchers
      • connect
    • Attributes
      • [get] state
      • [get] subject
      • [get] namespace
    • Middleware
  • Examples
    • TodoApp
  • GitHub
    • Repo
Powered by GitBook
On this page
  1. API
  2. Attributes

[get] subject

Return the RxJs subject of the store. Usefull if you want to do more advanced things with RxJs.

Previous[get] stateNext[get] namespace

Last updated 6 years ago