# View
The view layer of the framework is written using WXML and WXSS and presented by components.
The data at the logic layer is rendered in a view, and the events at the view layer are sent to the logic layer.
WXML (WeiXin Markup language) is used to describe the page structure.
WXS (WeiXin Script) is a scripting language for Mini Programs. Combined with WXML
, it can be used to construct the page structure.
WXSS (WeiXin Style Sheet) is used to describe the page style.
Components are the building blocks of a view.