Examples¶
Walk through focused examples mirroring the demo app pages.
- Counter:
examples/counter.md - Async Fetch:
examples/fetch.md - Forms:
examples/forms.md - Error Boundary:
examples/errors.md - Router:
examples/router.md - Authoring Patterns:
examples/authoring-patterns.md
Tip: Run
python -m http.serverand open the demo at/examples/demo/index.htmlto see these in action.TODO: Add links/screenshots once example pages include embedded snippets.