@liveart/market-business-logic
v0.3.2
Published
LiveArt Market Business Logic
Downloads
9
Readme
Steps to import saga
- fix prettier problems
- fix
import client
to beconfigurableClient
- import typedQueries types used in your saga
- replace
yield spawn(Alert...)
withput(showAlert(...))
- replace
yield spawn(trackExceptions...)
withput(trackExceptions(...))
- copy in LoadingSlots needed for your saga
- copy any constants files or internal libraries, like sagaData
- REPEAT PROCESS WITH ANY SAGAS USED in your saga