Fork me on GitHub
#reagent
<
2016-04-10
>
grounded_sage04:04:42

Is there any further that has been done on this http://yogthos.net/posts/2015-11-24-Serverside-Reagent.html or a common solution for server side rendered reagent?

sjol04:04:55

does figwheel + reagent add a lot of overhead? my app started to respond slowly, react debugging tools shows me a lot of updates in places where I'm not even passing any data

nooga22:04:30

what’s the simplest way to watch ratom changes? I have a stateful model and I wanted to watch an atom and get changed paths

nooga22:04:51

to run model stuff when something changes

nooga22:04:13

well, yes

nooga22:04:29

I thought there will be something reagent specific but this should do the job

nooga22:04:16

oh, this gives me the old state and the new state

nooga22:04:34

I’d rather get the key path

afhammad22:04:43

Anyone familiar with how reagent-forms work? I’m trying to dynamically add/remove a class to a div within the form template based on changes to the doc ratom. By adding some logs i can tell that the code and pred are working and being called on changes but nothing gets rerendered.