Fork me on GitHub
#om
<
2017-02-18
>
sova-soars-the-sora23:02:02

I'm trying to use Serverside rendering, and it works for the most part, but when my app loads, all my html entities get redrawn because the react Checksum delivered from the server is not the same. I have a lot of (set! js/ ... ) I commented out in my ui.cljc so that I could serverside render without problems, but it seems as though that makes it not friendly for when the js app takes over.

sova-soars-the-sora23:02:06

My idea is that I should probably follow om.next convention and put all the different changers / mutations in the mutate functions, perhaps then the checksum for SSR and client-side will end up the same?