Closed trusktr closed 9 years ago
Basically, if you don't do anything weird it should work fine. It just means that changes made to session state on the server during server side rendering aren't propagated to the client, but as the exact same code is called in the client on load, it shouldn't matter.
Alright, thanks!
In the README, it says
Can you explain this a little more? Is there some handling that we need to implement? Or is this already handled if we stick to the API?