# Guides Index

These guides are for moderate to advanced developers and AI agents who want JJ fluency while staying close to browser standards.

## Core

- [Philosophy](./philosophy.md)
- [Fluent API](./fluent-api.md)
- [Query](./query.md)
- [Events](./events.md)
- [Styling](./styling.md)
- [Performance](./performance.md)

## Advanced

- [Components](./components.md)
- [Templates](./templates.md)
- [Routing](./routing.md)
- [Architecture](./architecture.md)
- [Component lifecycle events](./component-lifecycle-events.md)
- [Extensions](./extensions.md)

## Browser references

- Web platform overview: https://developer.mozilla.org/en-US/docs/Web
- DOM: https://developer.mozilla.org/en-US/docs/Web/API/Document_Object_Model
- Web components: https://developer.mozilla.org/en-US/docs/Web/API/Web_components
- CSS guides: https://developer.mozilla.org/en-US/docs/Web/CSS/Guides
