reactjs - Making multiple react saga requests -
working saga load page have to:
- dispatch event parameter
- save parameter reducer , set loading true
- in saga select parameter , request
it's simple 1 request , without multiple parameters.
but if have table delete/update action , table has ~20 rows, possible handle nicely using saga?
only solution can think of, store each row array , request's according array, save 'loading' state same array.
thank in advance thoughts on this.
Comments
Post a Comment