Skip to content

Commit 10cac80

Browse files
authored
Update README.md
1 parent bdf8531 commit 10cac80

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ Tired of scattered API calls and messy data fetching logic? Client.ts brings or
1414

1515
* **TypeScript First:** Enjoy full type safety and autocompletion for a more robust and maintainable codebase. Say goodbye to runtime errors and hello to developer productivity.
1616
* **Redux-Inspired Structure:** Organize your API interactions with a clear, resource-based structure, making your code easier to understand, maintain, and scale.
17-
* **Flexible and Customizable:** Use the built-in `fetch` API or easily integrate with other HTTP libraries like Axios. Tailor Client.ts to your specific needs.
1817
* **Powerful Hooks System:** Intercept and modify requests and responses globally, per resource, or even per route. Implement custom logic like authentication, logging, or data transformation with ease.
1918
* **Leveled Headers:** Define headers at the client, resource, route, or hook level for granular control and reduced boilerplate.
2019
* **Simplified Route Definitions:** Define static routes with simple strings or dynamic routes with functions, providing flexibility for complex API interactions.
@@ -27,7 +26,6 @@ Tired of scattered API calls and messy data fetching logic? Client.ts brings or
2726
|------------------------|-------------------------|-------------------------|
2827
| **Type Safety** | First-class citizen | Manual typings |
2928
| **API Structure** | Resource-centric design | Scattered endpoints |
30-
| **Customization** | Swap HTTP engines | Library-locked |
3129
| **Hooks** | Hooks at every level | Global interceptors |
3230
| **Code Maintenance** | Built for scale | Gets messy at scale |
3331

0 commit comments

Comments
 (0)