I keep going back and forth between feeling like I...
# react
c
I keep going back and forth between feeling like I get how the kotlin/react stuff works and feeling like i don't know how anything works. Today, I could not figure out how props are passed from one component to another. I was trying to have a stateful class-based component wrap a stateless functional component and have props from the class component passed down to the functional one. Couldn't get it to work. Anyone have any examples at hand beside the few listed in the wrappers repo?