Cookbook
A handy Air-themed list of recipes for common web app tasks.
This section contains short recipes. See the topic pages for details:
- app.page decorator - how to use the
@app.page
decorator to quickly create web pages - Authentication - how to handle login and authentication in your application
- Bigger applications - how to structure larger applications
- Charts - Examples of using charts in Air
- Minimal app - The smallest possible Air app
- Forms & validation - how to create forms and validate user inputs
- Static files - how to serve static files like CSS and JavaScript
If you'd like to contribute a recipe, open a PR with a new file under docs/cookbook
.