Home

Marker-bit/rj

Status:Indexed
Analyzed 4d ago2 starsTypeScript
Back to Pull Requests
#1Closed
Moderate Review

Refactor/server components

by Marker-bitFeb 28, 2024
View on GitHub

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