/routes/users.tsx $ UsersLayout

location: {"pathname":"/solid-start-deploy-to-ghpages//users/3","search":"","hash":"","key":"","query":{}}

params: {"id":"3"}

UsersLayout >>> props.children

/routes/users/[id].tsx $ UsersId

location: {"pathname":"/solid-start-deploy-to-ghpages//users/3","search":"","hash":"","key":"","query":{}}

params: {"id":"3"}

UsersId >>> props.children

/routes/users/[id]/(name).tsx $ UsersIdNameIndex

location: {"pathname":"/solid-start-deploy-to-ghpages//users/3","search":"","hash":"","key":"","query":{}}

params: {"id":"3"}

UsersIdNameIndex >>> props.children
UsersIdNameIndex <<< props.children
UsersId<<< props.children
UsersLayout <<< props.children