src/ ├── api/ ← semua fungsi fetcher ├── hooks/ ← custom hooks useQuery/useMutation ├── components/ ← UI komponen ├── pages/ ← halaman per chapter └── main.jsx ← QueryClient setup ...
Code generator for creating React Query (also known as TanStack Query) hooks based on your OpenAPI schema.