Is it possible to get currentUser on the server rendering?

Hi Itamar,

you should write your code as if it was running in the browser, it should work as expected.
generally what you should be aware of, are ‘side effects’ and browser api (window size, cache etc)

Shlomi