UNPKG

create-fetch-hooks

Version:

A simple and powerful custom React hook (useApi) that simplifies API requests with automatic loading and error states. Ideal for clean and maintainable data fetching in React components.

4 lines (3 loc) 106 B
export function mergeHeaders(base, additional) { return { ...(base || {}), ...(additional || {}) }; }