effector-react v0.9.1 Release Notes

    • ➕ Added hot reload support for root domains
    • ➕ Added support for dispatching halt action
    import {createHaltAction} from 'effector'
    
    store.dispatch(createHaltAction()) //This store will be unsubscribed