We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Features are reusable capabilities that can be added to an application built with io.github.cl-sdk.wst.
io.github.cl-sdk.wst
They help isolate cross-cutting concerns and keep application code modular.
Web applications often need functionality that is not tied to a single route or page. Examples include:
By treating these capabilities as features, applications can remain easier to understand and extend.
Features should ideally be:
As the project evolves, more feature pages can be added here.