I've been looking into nextjs zones lately and what that essentially stands for is two separate react apps, which have redirects to each other(so if we hit app.com/index we would be in one react app, but with app.com/blog, we would be in another). I am wondering what direction to take in order to fit a shared redux between the two applications.
Has anyone had to solve a similar problem?