reagent

A minimalistic ClojureScript interface to React.js http://reagent-project.github.io/
2020-03-11T02:09:28.138Z

hello guys. does anyone know how i can pass on props to a reactified component when instantiated?

2020-03-11T02:09:44.138400Z

for example (r/reactify-component comp) … how can i pass on props to it? assuming comp is in reagent format.

2020-03-11T02:25:19.138900Z

never mind, think i figured it out [:> (r/reactify-component comp) props]

jsa-aerial 2020-03-11T16:45:32.142Z

I have a component, which is being called (via [] notation) even though its arguments are indentical? to the previous (initial) call. I was under the impression this is not supposed to happen. Am I misunderstanding this or missing something? Thanks for any insight!