# Sections

`Sections`, in the Vanilla JavaScript version of NLUX, are a part of the library that combine user interface components,
as well as the logic that drives them. They are not called `components` because the term `component` is reserved for
pure UI components that do not contain any business logic.
