After redux+normalizr formulates the request data, how to append the subsequent request data, dispatch multiple times?

suppose my state tree is as follows:

  • view.
  • blogList

    • blogId
    • comments [array]
    • userInfo
    • .

after being modeled by normalizr library

  • view.
  • result: [.blogId]
  • entities

    • userInfo
    • comments
    • .

structure of reducer

dispatch(updateResultReducer(result));
dispatch(updateUserInfoReducer(userInfo));
// ...

or is there something wrong with the design of state and schema?

Feb.18,2022
MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b22737-2b611.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b22737-2b611.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?