Skip to main content

Introduction

Plugins extend Rematch functionality. They are optional but very helpful. Below you can find a summary of plugins created by the Rematch team. You can also try searching in npm/github for plugins created by the community or create plugins yourself.

If you can't find a plugin you need - you can always create one yourself. Head over to the Plugins API for more details.


Plugins:​

  • Immer Plugin - Wraps your reducers with immer, providing ability to safely do mutable changes resulting in immutable state.

  • Select Plugin - Reselect selectors for Rematch models.

  • Persist Plugin - Redux persist wrapper.

  • Loading Plugin - Adds automated loading indicators for effects.

  • Updated Plugin - Simple time recorders for when models, effects or reducers were last triggered.