Custom Components

Limitless

What can you say about the ultimate way out of conventions other than: there are no rules. Traditionally, custom components are used to write front-end code that you want to render server-side (for example, because you want to write dynamic variables before serving JavaScript). However, in actuality your creativity is the limit as a custom component is practically anything you want the core to load rather than just being a static dependency or asset.

Example

A notable example of such a use case is vast-n3, an approach to writing front-end code (or what feels like it), while a neoan3 core builds the backend accordingly, resulting in an extremely fast development experience.