####Background
After the release of Tabs V1, we are testing improvements to the New tab experience with V2 (More dynamic tabs)
####Requirements
- Create the personalized new tab view with article recommendations based on the user's recent reading
- User arrives here by opening a new tab.
- We directly drop them into the focus state of search.
- Below the last three recently searched-for terms, they will see three recommendations related to the last article they viewed in the app.
- Recommendations based on certain article should clear if someone clears out that article from their History Tab
- Upon clicking an article recommendation, the article should open the new tab they just started
- Allow people to long-press on article recommendations for a preview (same as in Explore)
Note:
- "Edit" will be added in T398883
####Designs
https://www.figma.com/design/5gHmEo8IIFxlPfYM6bppzz/iOS---%3E-More-Dynamic-Tabs?node-id=457-8698&t=6J80rBHZB5ZD98rj-4
####Engineering notes
- Port “Because you read” implementation to be reused/recreate it in a reusable way. It currently lives on the explore feed logic, which is not reusable.
- Reuses the API we use for BYR on Explore screen
- Updates Recently searched screen component styling (change cascades visually down to the Search screen)
- Reuses list item component from the History screen