/routes/users.tsx $ UsersLayout

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

params: {"id":"foo","name":"bar"}

UsersLayout >>> props.children

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

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

params: {"id":"foo","name":"bar"}

UsersId >>> props.children

/routes/users/[id]/[name].tsx $ UserIdName

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

params: {"id":"foo","name":"bar"}

UsersIdName >>> props.children
UsersIdName <<< props.children
UsersId<<< props.children
UsersLayout <<< props.children