> For the complete documentation index, see [llms.txt](https://pocketblocks.pedroza.dev/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://pocketblocks.pedroza.dev/build-apps.md).

# Build apps

- [Create a new app](https://pocketblocks.pedroza.dev/build-apps/create-a-new-app.md)
- [App editor](https://pocketblocks.pedroza.dev/build-apps/app-editor.md): A quick look at the app editor before you start
- [Event handlers](https://pocketblocks.pedroza.dev/build-apps/event-handlers.md)
- [Write JavaScript](https://pocketblocks.pedroza.dev/build-apps/write-javascript.md)
- [Write JavaScript in {{ }}](https://pocketblocks.pedroza.dev/build-apps/write-javascript/write-javascript-in.md)
- [JavaScript query](https://pocketblocks.pedroza.dev/build-apps/write-javascript/javascript-query.md)
- [Transformers](https://pocketblocks.pedroza.dev/build-apps/write-javascript/transformers.md)
- [Temporary state](https://pocketblocks.pedroza.dev/build-apps/write-javascript/temporary-state.md)
- [Data responder](https://pocketblocks.pedroza.dev/build-apps/write-javascript/data-responder.md)
- [Built-in JavaScript functions](https://pocketblocks.pedroza.dev/build-apps/write-javascript/built-in-javascript-functions.md)
- [Use third-party libraries](https://pocketblocks.pedroza.dev/build-apps/write-javascript/use-third-party-libraries.md)
- [Component guides](https://pocketblocks.pedroza.dev/build-apps/component-guides.md)
- [Option lists](https://pocketblocks.pedroza.dev/build-apps/component-guides/option-lists.md)
- [List View](https://pocketblocks.pedroza.dev/build-apps/component-guides/list-view.md): The component List View is for you to display rows of data. It works like a container: you can insert other components into it and bind data to these components.
- [Drawer](https://pocketblocks.pedroza.dev/build-apps/component-guides/drawer.md)
- [Image](https://pocketblocks.pedroza.dev/build-apps/component-guides/image.md)
- [Charts and graphs](https://pocketblocks.pedroza.dev/build-apps/component-guides/charts-and-graphs.md)
- [File upload](https://pocketblocks.pedroza.dev/build-apps/component-guides/file-upload.md)
- [Custom component](https://pocketblocks.pedroza.dev/build-apps/component-guides/custom-component.md)
- [Use Markdown](https://pocketblocks.pedroza.dev/build-apps/component-guides/use-markdown.md)
- [Module](https://pocketblocks.pedroza.dev/build-apps/module.md)
- [Design app UI](https://pocketblocks.pedroza.dev/build-apps/design-app-ui.md)
- [Style, theme, and usability](https://pocketblocks.pedroza.dev/build-apps/design-app-ui/style-theme-and-usability.md)
- [Design an efficient and user-friendly form](https://pocketblocks.pedroza.dev/build-apps/design-app-ui/design-an-efficient-and-user-friendly-form.md)
- [Navigation](https://pocketblocks.pedroza.dev/build-apps/navigation.md)
- [Keyboard shortcuts](https://pocketblocks.pedroza.dev/build-apps/keyboard-shortcuts.md)
- [Version and release management](https://pocketblocks.pedroza.dev/build-apps/version-and-release-management.md)
