Can the state of rx.componentState be shared among multiple different components?

How to achieve rx.componentState:

  1. Define multiple components that share a portion of the state and select the required components at different locations.
    Many times, the same functionality on different pages has the same state, but there are significant differences in style
  2. Separate state from components instead of being within the same class.
1 Like