Aug 23, 2017 · 1 min read
Hi Vladimir!,
Excellent post!!, I have the doubt about how a parent component can communicate with the children components. I suppose that using a function as attribute of the component, something like this:
m(Counter, { count: (number) => { … the value received from component on change … } )
And the actions will be calling the count function, or something like that.
What do you think?
