# `@thepassle/app-tools`

Collection of tools I regularly use to build apps. Maybe they're useful to somebody else. Maybe not. Most of these are thin wrappers around native API's, like the native `<dialog>` element, `fetch` API, and `URLPattern`.

## Packages

- [`state`](/state/README.md)
- [`router`](/router/README.md)
- [`api`](/api/README.md)
- [`pwa`](/pwa/README.md)
- [`dialog`](/dialog/README.md)
- [`env`](/env/README.md)
- [`utils`](/utils/README.md)
