Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(LatestPapers.tsx): add LatestPapers component to display the lat…
…est papers fetched from a RSS feed The LatestPapers component is added to the Frontpage feature. It imports the necessary dependencies and uses the useFetchPublications hook to fetch the latest papers from a specified RSS feed URL. The component then matches the fetch state and renders different components based on the state. If the fetch state is loading, a Loader component is rendered. If there is an error, the error message is rendered. If there is data available, the LatestPapersView component is rendered with the fetched data. Otherwise, a placeholder message is rendered. This component allows the frontpage to display the latest papers in a dynamic and responsive manner.
- Loading branch information