Fork me on GitHub
#re-frame
<
2016-06-24
>
sbmitchell02:06:41

@mikethompson: Thats pretty much the set up I use for components. How do you would you see registering the ids into the data store, component-did-mount, middleware?

conaw05:06:45

Discovery of the day — you can actually use devcards to experiment with re-frame if you just use namespaced keys. Mind blown

conaw05:06:44

I’d been having a nightmare trying to make sure I wasn’t creating conflicting subs and handlers in my cards before. whoosh

damien13:06:46

@conaw: yeah I recently figured this too. I'm using devcards to teach a colleague (and myself) re-frame

escherize14:06:47

where has path been all my life??!

shaun-mahood14:06:05

@damienstanton: Any other changes needed, or is it just stock re-frame?

damien14:06:49

I didn’t need to change anything else

shaun-mahood15:06:04

Cool! I'll have to give it a try, I love both devcards and re-frame but haven't put much effort into getting the 2 to work together based on the difficulty other people have had before.

javazquez16:06:22

how do I render "&times;" looks like I can just past the following in "×".. but wondering if there is a way to render the html code

snoe22:06:29

@javazquez: [:span {:dangerouslySetInnerHTML {:__html "&times;"}}] should work