Skip to content

Commit

Permalink
fix: added doc and renamed the zodios.ts to index.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
vucinatim committed May 29, 2024
1 parent a8d17f8 commit fddbded
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,8 @@ Getting started with this Next.js template is straightforward. Follow these step
- [zod](https://zod.dev/) for form validation
- [Zodios](https://www.zodios.org/docs/client) for external API calls with validation
- Github Actions for lint, typecheck, localizations checks and tests.
- [openapi-zod-client](https://www.npmjs.com/package/openapi-zod-client) for generating API clients
- We include a handlebars template for generating the zodios client from the openapi spec. It can be used with `pnpm gen-api` command.
- [Utility hooks](https://usehooks.com/) for common tasks
- Custom `useScrollCallback` for efficient scroll event handling

Expand Down
File renamed without changes.

0 comments on commit fddbded

Please sign in to comment.