Skip to content

Commit d8e7b6d

Browse files
committed
chore: add section to readme for community packages
1 parent bd41ee3 commit d8e7b6d

File tree

1 file changed

+15
-6
lines changed

1 file changed

+15
-6
lines changed

README.md

Lines changed: 15 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -141,14 +141,23 @@ H3 has concept of compasable utilities that accept `event` (from `eventHandler((
141141
142142
👉 You can learn more about usage in [JSDocs Documentation](https://www.jsdocs.io/package/h3#package-functions).
143143
144-
### Add-ons
144+
## Community Packages
145145
146-
More composable utilities can be found in community packages.
146+
You can find more event handlers and composable utilities from the community.
147147
148-
- `validateBody(event, schema)` from [h3-typebox](https://github.com/kevinmarrec/h3-typebox)
149-
- `validateQuery(event, schema)` from [h3-typebox](https://github.com/kevinmarrec/h3-typebox)
150-
- `useValidatedBody(event, schema)` from [h3-zod](https://github.com/wobsoriano/h3-zod)
151-
- `useValidatedQuery(event, schema)` from [h3-zod](https://github.com/wobsoriano/h3-zod)
148+
Please check their READMEs for more details.
149+
150+
PRs are welcome to add your packages.
151+
152+
- [h3-cors](https://github.com/NozomuIkuta/h3-cors)
153+
- `defineCorsEventHandler(options)`
154+
- `isPreflight(event)`
155+
- [h3-typebox](https://github.com/kevinmarrec/h3-typebox)
156+
- `validateBody(event, schema)`
157+
- `validateQuery(event, schema)`
158+
- [h3-zod](https://github.com/wobsoriano/h3-zod)
159+
- `useValidatedBody(event, schema)`
160+
- `useValidatedQuery(event, schema)`
152161
153162
## License
154163

0 commit comments

Comments
 (0)