Course lesson
Render remote data in a Tanstack Table with React 19's use hook and a promise
Create a custom hook to fetch remote data by passing a promise to the React 19 use hook. Then render this data in Tanstack Table by memoizing the results and passing them to useReactTable.
- Duration
- 7 min
- Access
- Included
- Transcript
- Needs source
Create a custom hook to fetch remote data by passing a promise to the React 19 use hook. Then render this data in Tanstack Table by memoizing the results and passing them to useReactTable.