Encountered a limitation in Axios and Next.js leading to the creation of a new HTTP client named Traxios.
Traxios was developed due to Axios not supporting new fetch options crucial for caching and revalidation in Next.js.
Axios later introduced fetchOptions property, but it lacked TypeScript support, prompting a contribution to update the type to enhance developer experience.
The contribution improved autocomplete, type safety, and documentation, benefiting developers using Axios with Next.js or fetch for smoother integration.