# Jul 24th Improved data fetching.

Fantastic work, developers! This pull request is making our code more efficient and our user interface more intuitive. Let's dive into it and see the magic. 🧙‍♂️💫

* **Refined Data Fetching in Edit Report Component** 📚\
  Now, we're using Redux's `useSelector` hook in `EditReport.js` to grab `entitiesId` directly from the state. This allows us to access our data in a more straightforward and efficient way. Excellent progress!
* **Improved User Interface in Program Filter** 🎯\
  We've changed one little word, but it makes a big difference! In `ProgramsMainFilter.js`, the option's label is now "Change Program" instead of "Select". This adjustment makes our intent clearer, improving user experience. Good job on spotting this! 👏
* **Simplified Route Usage in Reports Table and Recipient New Components** 💡\
  No more `useLocation` hook from `react-router-dom` in `ReportsTable.js` and `RecipientNew/index.js`. With this change, our code becomes more readable and less dependent on routing specifics. Also, several functions and operations within these components have been adjusted to follow this change. Great teamwork, champions! 🌟

Remember, every little improvement matters. Keep going! 🚀


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.helpyousponsor.com/changelog/july/jul-24th-improved-data-fetching..md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
