-
Story
-
Resolution: Unresolved
-
Major
-
None
-
None
-
False
-
False
There has been discussions on how we can deliver a pure SDK for plugins & applications alike. Part of this discussion has led us to thinking about how we hold data internally to the SDK.
Acceptance Criteria
- Rework AppInitSDK to use an internal Redux Store
- Using an internal Context variable we will be able to use two Redux Stores and only expose the portions we want
- We will need to investigate what to expose with hooks (probably not connect)
Details
- Provider Context Props: https://react-redux.js.org/api/provider#props
- Hooks using Context: https://react-redux.js.org/api/hooks#custom-context
- Connect using Context: https://react-redux.js.org/api/connect#context-object