Skip to content

Encapsulated connection to Redux store

Lawrence Siden edited this page Sep 4, 2017 · 2 revisions

It connects the component to a Redux store via the react-redux library. The top-level component encapsulates this connection in a way that isolates it from any app that uses this component.

The component can do this because it will not share any state with the app that uses it. It's only interface to its context is through its properties.