OpusCapita / react-crudeditor

OpusCapita React CRUD Editor

Home Page:https://opuscapita.github.io/react-crudeditor/branches/master/?currentComponentName=ContractEditor&maxContainerWidth=100%25&showSidebar=false

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Move state out of Edit/Show View sagas into Redux store

amourzenkov-sc opened this issue · comments

The project's state management tool is Redux. By its very design, redux-saga manages asynchronous side-effects only. "Remembering navigation offset" must be a prerogative of Redux store.