Component

    Combining the above two perspectives, we got the three parts of View, SideEffect, and Reducer, which are called the three factors of the component.

    So with this formula:
    Component = View + Effect(Optional) + Reducer(Optional) + Dependencies(Optional)

    Concentration: From the perspective of the Store