diff --git a/docs/NextJs/Next.js API routes/API middlewares.md b/docs/NextJs/Next.js API routes/API middlewares.md index f89279249..f04e1aedf 100644 --- a/docs/NextJs/Next.js API routes/API middlewares.md +++ b/docs/NextJs/Next.js API routes/API middlewares.md @@ -59,4 +59,28 @@ event - compiled successfully Open http://localhost:3000/api/user?counter=1 in a browser and you will see the following output. -``` {"query":{"counter":"1"}} ``` \ No newline at end of file +``` {"query":{"counter":"1"}} ``` + + + +
+
+

app listen in 3000...

+
+
+ +

+      
+
+
\ No newline at end of file diff --git a/docs/NextJs/Next.js API routes/API routes.md b/docs/NextJs/Next.js API routes/API routes.md index 1cb278eaa..1dab5cd81 100644 --- a/docs/NextJs/Next.js API routes/API routes.md +++ b/docs/NextJs/Next.js API routes/API routes.md @@ -65,4 +65,28 @@ event - compiled successfully Open localhost:3000/api/user in a browser and you will see the following output. -```{"name":"Robert"} ``` \ No newline at end of file +```{"name":"Robert"} ``` + + + +
+
+

app listen in 3000...

+
+
+ +

+      
+
+
\ No newline at end of file diff --git a/docs/NextJs/Next.js Features/metadata.md b/docs/NextJs/Next.js Features/metadata.md index 536740cfc..82a07586d 100644 --- a/docs/NextJs/Next.js Features/metadata.md +++ b/docs/NextJs/Next.js Features/metadata.md @@ -81,4 +81,26 @@ event - compiled successfully ## Verify Output -Open localhost:3000 in a browser \ No newline at end of file +Open localhost:3000 in a browser + + +
+

Welcome to Next.js!

+

{ + let output_con_1=document.getElementById("output_con_1") + output_con_1.style.display="none" + let output_con_2=document.getElementById("output_con_2") + output_con_2.style.display="block" + }} style={{color:"blue",textDecoration:"underline",cursor:"pointer"}}>First Post

+ CodeHarborhub Logo +
+
+

My First Post

+

{ + let output_con_2=document.getElementById("output_con_2") + output_con_2.style.display="none" + let output_con_1=document.getElementById("output_con_1") + output_con_1.style.display="block" + }} style={{color:"blue",textDecoration:"underline",cursor:"pointer"}}>Home

+
+
\ No newline at end of file diff --git a/docs/NextJs/Next.js Features/pages.md b/docs/NextJs/Next.js Features/pages.md index 1bfee1e16..edb253d04 100644 --- a/docs/NextJs/Next.js Features/pages.md +++ b/docs/NextJs/Next.js Features/pages.md @@ -87,4 +87,26 @@ Open localhost:3000 in a browser and you will see the following output. ``` Home page ``` -Click on First Link and you will see the following output. \ No newline at end of file +Click on First Link and you will see the following output. + + + +
+

My First Post

+

{ + let output_con_1=document.getElementById("output_con_1") + output_con_1.style.display="none" + let output_con_2=document.getElementById("output_con_2") + output_con_2.style.display="block" + }} style={{color:"blue",textDecoration:"underline",cursor:"pointer"}}>Home

+
+
+

Welcome to Next.js!

+

{ + let output_con_2=document.getElementById("output_con_2") + output_con_2.style.display="none" + let output_con_1=document.getElementById("output_con_1") + output_con_1.style.display="block" + }} style={{color:"blue",textDecoration:"underline",cursor:"pointer"}}>First Post

+
+
\ No newline at end of file diff --git a/docs/NextJs/Next.js Features/statcfileserving.md b/docs/NextJs/Next.js Features/statcfileserving.md index bb480fc89..ee192fd61 100644 --- a/docs/NextJs/Next.js Features/statcfileserving.md +++ b/docs/NextJs/Next.js Features/statcfileserving.md @@ -59,4 +59,19 @@ event - compiled successfully ## Verify Output -Open localhost:3000 in a browser \ No newline at end of file +Open localhost:3000 in a browser + + +
+

My First Post

+

{ + let browsing_static_files=document.getElementById("browsing_static_files") + browsing_static_files.style.display="none" + setTimeout(()=>{ + browsing_static_files.style.display="block" + },1000) + }} style={{fontSize:"1rem",color:"blue",textDecoration:"underline",cursor:"pointer"}}>Home

+
+ CodeHarborhub Logo +
+
\ No newline at end of file diff --git a/docs/NextJs/Next.js Routing/Next.js -Routing.md b/docs/NextJs/Next.js Routing/Next.js -Routing.md index 12d174eae..a97ccb949 100644 --- a/docs/NextJs/Next.js Routing/Next.js -Routing.md +++ b/docs/NextJs/Next.js Routing/Next.js -Routing.md @@ -97,3 +97,29 @@ event - compiled successfully ## Verify Output Open localhost:3000 in a browser + + +
+

Welcome to Next.js..!

+

{ + let output_con_1=document.getElementById("output_con_1") + output_con_1.style.display="none" + let output_con_2=document.getElementById("output_con_2") + output_con_2.style.display="block" + }} style={{color:"blue",textDecoration:"underline",cursor:"pointer"}}>visit First Post

+
+
+

My First Post

+

{ + let output_con_2=document.getElementById("output_con_2") + output_con_2.style.display="none" + let output_con_1=document.getElementById("output_con_1") + output_con_1.style.display="block" + }} style={{color:"blue",textDecoration:"underline",cursor:"pointer"}}>Home

+
+

Important notes.!

+
+

Hello Everyone keep supporting and Contributting our project.

+

Let's Learn & Succeeded our Life

+
+
\ No newline at end of file diff --git a/docs/NextJs/Next.js Routing/Next.js-Dynamic API Routing.md b/docs/NextJs/Next.js Routing/Next.js-Dynamic API Routing.md index e61481c7f..9fdf5d08a 100644 --- a/docs/NextJs/Next.js Routing/Next.js-Dynamic API Routing.md +++ b/docs/NextJs/Next.js Routing/Next.js-Dynamic API Routing.md @@ -112,3 +112,95 @@ event - compiled successfully ```Open localhost:3000/posts/one in a browser and you will see the following output. ``` ``` Open localhost:3000/posts/two in a browser and you will see the following output. ``` + + +
+ + + + +
+
+
+
+
+
+
+
+
+
\ No newline at end of file diff --git a/docs/NextJs/index.md b/docs/NextJs/index.md index 0088af346..ddcbda816 100644 --- a/docs/NextJs/index.md +++ b/docs/NextJs/index.md @@ -57,6 +57,11 @@ export default function Page() { return

Hello, Next.js!

} ``` + + +

Hello, Next.js!

+
+ Now, you can start the development server: Run `npm run dev` to start the development server. diff --git a/package.json b/package.json index 2d123dd4c..4da39cf58 100644 --- a/package.json +++ b/package.json @@ -79,7 +79,7 @@ "@babel/preset-react": "^7.24.7", "@docusaurus/module-type-aliases": "^3.3.2", "@docusaurus/types": "^3.3.2", - "@types/node": "^22.0.0", + "@types/node": "^20.14.10", "@types/react-icons": "^3.0.0", "dotenv": "^16.4.5", "gh-pages": "^6.1.1",