Migration
Most Triggery adopters arrive carrying baggage: a useEffect everywhere, a saga or two, a few listenerMiddleware registrations. These pages explain how each source paradigm maps to event → conditions → actions, and where the codemod can do the boring part for you.
From useEffect The basic mechanical mapping plus when not to migrate.
From RTK listenerMiddleware Codemod-assisted: one listener → one trigger.
From Redux Saga Map watcher sagas, takeLatest/takeEvery, race/all. Codemod stub coming in 1.0.
From redux-observable Epics → triggers. Manual but mechanical.
vs xstate / saga / rxjs / effector / mobx When to pick Triggery vs alternatives.