Lesson
Fetch and display row details with Promise.all in Tanstack Table
map over the initial set of results then use `Promise.all` to efficiently fetch the details of each pokemon rendered in the tanstack table
- Access
- Included
- Transcript
- Needs source
We map over the initial set of results then use Promise.all to efficiently fetch the details of each pokemon rendered in the table. This allows us to add more columns to our pokemon table.