Data Fetching with React Query and TypeScript using the Movie Database API
May 14, 2023 · 6 min read · A few years back when I started learning ReactJS, I was introduced to data fetching using React Hooks, specifically the useState and useEffect hooks. But every time the page paints/loads, the data is been re-fetched. This suffice for a while until I ...
CCess commented
