Fork me on GitHub
#re-frame
<
2016-02-08
>
actsasgeek22:02:31

so…the page on Dynamic Subscriptions gives all kinds of warnings. Is there an example that does not?

danielcompton22:02:36

@actsasgeek: what kind of warnings? Warnings in browser console, or warnings in the example text?

actsasgeek22:02:06

warnings in the example text, at the top of the file…”Attention! This page is still under construction! What's written here could be misleading, out of date, incorrect, or just plain wrong.” LOL

danielcompton22:02:52

It should be ok

actsasgeek22:02:01

I may not need dynamic subscriptions or perhaps there’s a different approach. Basically, I have a form-3 component that shows a d3 chart.

actsasgeek22:02:24

I have a list of variables. I would like to click on the list and have that variable shown in the chart.

actsasgeek22:02:19

Honestly, at that point, I don’t care if the entire component were regenerated from scratch but exactly how do that is eluding me for some reason.