Level 7
bah! found it! admin please delete!
Summer Sale! All accounts are 50% off this week.
So i'm trying to understand the entire Spark application as best I can, as a learning tool and i'm stuck finding how the home page links the user object. So, the home page home.blade.php is an inline template like this
@section('content')
<home :user="user" inline-template>
Doesn't this mean I should be able to find a component called home ? I can't seem to locate any JS like this ?
Can anyone with Spark knowledge tell me how this works ?
Please or to participate in this conversation.