You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: app/blogs/layout.tsx
+11-11Lines changed: 11 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -3,26 +3,26 @@ import "../global.css";
3
3
import{Metadata}from"next";
4
4
5
5
exportconstmetadata: Metadata={
6
-
title: "Sumit So | Blogs",
6
+
title: "Sumit Mor | Blogs",
7
7
description:
8
-
"Discover stories, thinking, and expertise from Sumit So - Developer Advocate at VideoSDK.live. Explore tutorials, insights, and technical deep-dives on React, WebAssembly, and modern web development.",
8
+
"Discover stories, thinking, and expertise from Sumit Mor - Developer Advocate at VideoSDK.live. Explore tutorials, insights, and technical deep-dives on React, WebAssembly, and modern web development.",
9
9
openGraph: {
10
-
title: "Sumit So | Blogs",
10
+
title: "Sumit Mor | Blogs",
11
11
description:
12
-
"Discover stories, thinking, and expertise from Sumit So - Developer Advocate at VideoSDK.live. Explore tutorials, insights, and technical deep-dives on React, WebAssembly, and modern web development.",
12
+
"Discover stories, thinking, and expertise from Sumit Mor - Developer Advocate at VideoSDK.live. Explore tutorials, insights, and technical deep-dives on React, WebAssembly, and modern web development.",
13
13
type: "website",
14
14
locale: "en_US",
15
-
siteName: "Sumit So",
15
+
siteName: "Sumit Mor",
16
16
url: "/blogs",
17
17
},
18
18
twitter: {
19
19
card: "summary_large_image",
20
-
title: "Sumit So | Blogs",
20
+
title: "Sumit Mor | Blogs",
21
21
description:
22
-
"Discover stories, thinking, and expertise from Sumit So - Developer Advocate at VideoSDK.live. Explore tutorials, insights, and technical deep-dives on React, WebAssembly, and modern web development.",
22
+
"Discover stories, thinking, and expertise from Sumit Mor - Developer Advocate at VideoSDK.live. Explore tutorials, insights, and technical deep-dives on React, WebAssembly, and modern web development.",
Copy file name to clipboardExpand all lines: app/blogs/posts/react-ssr-part-01.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ summary: "Learning how to build a React SSR application from scratch will help i
7
7
8
8
Hey there!
9
9
10
-
This is Sumit So. Welcome to my space on the internet.
10
+
This is Sumit Mor. Welcome to my space on the internet.
11
11
12
12
A few days ago, I wrote a blog titled [A Cartoon Guide: How React Clients Operate!](/blogs/a-cartoon-intro-building-react-from-scratch). And the conclusion was, whenever a user tries to access a webpage in React Client Application, the server sends an empty `HTML file`. Once that empty HTML is downloaded, then the browser downloads the bundled JavaScript files. Wait, what?
0 commit comments