Zone 파일은 page의 client section component를 담습니다. Zone은 server에서 가져온 init/view data를 Load wrapper, Unit/View display component, Util action, 작은 section-level UI state와 조립합니다.
Page는 보통 route param과 server data를 Zone에 전달합니다. Zone은 section 조립을 담당하고, Unit/View는 display, Template은 form, Util은 작은 action, Store는 state/action을 담당합니다.