if i write yield like this in application.html.slim , the other components will render out of the layout component
doctype html
html
head
title
| Quiver
= javascript_pack_tag 'application'
= csrf_meta_tags
body
= react_component('ApplicationLayout',{logo: asset_path('logo'))
= yield
Here is the description with a picture .

so ,is anybody can teach me how to do that? thanks .. :(