Having some late night hacking fun with @LaravelLivewire. Supposedly you can't pass data as props to nested components? Challenge accepted!
Found a nifty way to accomplish sending data props downwards.
Found a nifty way to accomplish sending data props downwards.

Since @LaravelLivewire uses DOM diffing to update DOM nodes and not touch nested components, what if we could tell @LaravelLivewire to refresh nested components?
To demo this approach, we could start with one component inside another. In my case, Father and Child
Each component just prints out what is typed into the text input