There was some difficulty with server rendering: For example, with React everything is more or less clear, we just render the page on the server, but Redux is the same storage that doesn’t change using a router, i.e. if I use a router with React, then Redux Store applies to all pages. But in server rendering, however, each new transition is a new rendered page and, accordingly, a newly initialized line in redux. How to move a page from one page to another?