Fork me on GitHub
#re-frame
<
2017-11-11
>
danielcompton08:11:45

@mattly that sounds odd, can you share your subs and events, or a minimal example?

manuel16:11:45

Hi everybody. Question: beside re-com, is there any datepicker for re-frame?

lovuikeng17:11:47

maybe reagent component is helpful too... http://metosin.github.io/komponentit/

ericnormand17:11:51

@lovuikeng thanks for sharing!

ajs20:11:00

Do I understand that the hiccup html is repeatedly converted to react html elements at runtime? I suppose it would have to be. I saw someone point out that the macro approach of sablano (used in Rum) was double the speed since its hiccup is expanded to native react at compile time. Anyone work on low latency streaming apps where this was good to know?

mikerod23:11:32

@ajs I won’t speak to every aspect of the implementation but the conversion of a hiccup returning function to a react component class with a defined render function has caching involved I believe.