Fork me on GitHub
#reagent
<
2020-03-11
>
michael.heuberger02:03:28

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

michael.heuberger02:03:44

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

michael.heuberger02:03:19

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

jsa-aerial16:03:32

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!