streamsql-io / streamsql

StreamSQL is a feature store for machine learning.
https://streamsql.io
GNU Affero General Public License v3.0
5 stars 0 forks source link

Move NavSection to Redux #21

Closed simba-git closed 4 years ago

simba-git commented 4 years ago

NavSections is moved into ReduxState to allow it to be dynamically set and changed according to the context that StreamSQL is deployed.

This commit also adds ReduxWrapper which wraps the underlying children with Redux context and a default ReduxStore.