Skip to content

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

License

Notifications You must be signed in to change notification settings

egormkn/reacton-redux

Repository files navigation

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