File tree Expand file tree Collapse file tree 1 file changed +15
-6
lines changed
Expand file tree Collapse file tree 1 file changed +15
-6
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments