Boss,
question 1. When using react to do ssr, for example, there is a list of data in the server"s redux, browsing for a while to close the browser, is the server"s redux data still there?
question 2. When using react to do ssr, for example, there is a list data that is placed in the redux of the server, and at the same time, 1000 people log in to request this list. Is there 1000 list data stored in the server memory (because different people log in to different accounts with different data, and the interface is the same)?