cljsrn

https://github.com/drapanjanas/re-natal | https://github.com/drapanjanas/re-natal/wiki/FAQ | https://github.com/condense/mercury-app/wiki | https://github.com/seantempesta/expo-cljs-template/ https://www.npmjs.com/package/create-expo-cljs-app
Oliver George 2020-06-26T09:59:12.421100Z

Nothing particularly odd there. Personally I'd do the @ with the subscribe call.

Oliver George 2020-06-26T09:59:29.421700Z

What you describe has happened to me in situations where callbacks are involved in rendering.

Oliver George 2020-06-26T10:00:34.423100Z

The important thing for reagent to work is that the line-chart call is invoked and before it returns all r/atom's it should watch are dereferenced.

Oliver George 2020-06-26T10:01:32.424Z

Small nit... the clj->js is probably not needed because you're using [:> which does clj->js for you.

lepistane 2020-06-26T10:19:26.424600Z

yeah i realized this last night when i was looking into reagent. Thank you. I actually made it work. i removed timestamps/date from x and just use indexes now and it works. It is rendered properly. What i think happened is that lib wont rerender until enough time has passed for it to make redraw make sense. i will dig bit into this and report my findings

👍 1