reacton-redux

A Python implementation of Redux and Redux Toolkit with bindings for Reacton/Solara


Keywords
reacton, redux, solara, voila, jupyter, ipywidgets, jupyter-widgets
License
MIT
Install
pip install reacton-redux==0.3.0

Documentation

Reacton Redux

A Python implementation of Redux and Redux Toolkit with bindings for Reacton/Solara

PyPI - Version PyPI - License pre-commit Code style: black Imports: isort Linting: ruff

Installation

pip install "reacton-redux[devtools]"

Roadmap

  • create_store
  • combine_reducers
  • compose
  • apply_middleware
  • reacton.StoreProvider
  • reacton.use_store
  • reacton.use_selector
  • reacton.use_dispatch
  • toolkit.create_action
  • toolkit.create_reducer
  • toolkit.immer
  • toolkit.create_slice
  • Documentation
  • Examples
  • Tests

Links