I have posted a video on linkedin about Partial Prerendering.
<iframe src="https://www.linkedin.com/embed/feed/update/urn:li:ugcPost:7130224029709340672" height="698" width="504" frameborder="0" allowfullscreen="" title="Embedded post"></iframe>
·1 min read
Partial Prerendering - The time comparison
react
nextjs
nextjs-14
ppr
ssr
Sohan R. Emon
Developer, Learner, Tech Enthusiast
Found this useful? Share!
Apr 23, 20264 min readThis website has been migrated to Tanstack Router from Nextjs
After years with Next.js, I migrated my personal website. Here is what I found. Why I Moved From Next.js to TanStack Router.
Jul 18, 20253 min readUnderstanding isLoading vs isSubmitting in React Hook Form
When we work with forms in React using **React Hook Form (RHF)**, sometimes we get confused about `isLoading` and `isSub…
Nov 20, 20232 min readExploring Server Actions in Next.js: A Trick for Data Retrieval
In certain scenarios, the need to fetch data directly on the server side without involving client components might arise…