Guides
Start from the problem you are trying to solve. Tutorials teach by building something real; how-to guides get a specific job done. Code you see here either comes from source that ships and runs, or was executed against a named package version on a named date. The badge on each guide says which.
Tutorials
Learning-oriented: build something real, step by step.
How-to guides
Goal-oriented: solve a specific problem with a working result.
How to compose independently shipped features on one page
I need several independently built, independently deployed apps working together on one page, coordinating with each other, without merging codebases and without one failure taking down the rest.
@hyperfrontend/featuresHow to detect and handle an unresponsive feature
An embedded feature can hang, crash, or lose its tab throttling fight; I need the host to notice within seconds, tell the user honestly, and recover when it returns.
@hyperfrontend/featuresHow to embed a feature someone else shipped
Another team shipped their app as a feature package; I need it running inside my page, alive and observable, without learning their stack.
@hyperfrontend/features