hello guys. does anyone know how i can pass on props to a reactified component when instantiated?
for example (r/reactify-component comp)
… how can i pass on props to it? assuming comp
is in reagent format.
never mind, think i figured it out [:> (r/reactify-component comp) props]
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!