Skip to main content

Application State

As an application developer, you may already have a Redux store. You can simply inject the Jupyter UI store in your own store.

For now, we support Zustand to manage the application state.

Deprecated Redux

We have been considering other stores like Mobx, please share thoughts and requirements on this issue.

Redux was harder to play with, see e.g. the Notebook Injectable Redux Store example to inject your own Redux state, reducers and epics in the Jupyter React Redux store.