Back to Pull RequestsView on GitHub
#1Closed
Moderate Review
Refactor/server components
by Marker-bit•Feb 28, 2024
Summary
This pull request refactors significant parts of the application to leverage Next.js Server Components. This involves moving logic and rendering from Client Components to Server Components, potentially improving performance and data fetching.
Changes
+779 additions-383 deletions
Impact Areas
Server ComponentsClient ComponentsData FetchingUI Rendering