-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add code block interpolation trick (#2)
* Add screenshots * Make readme lowercase * Add Interpolation in Code Blocks trick * Add code example for interpolation trick * Add CodeSandbox screenshot
- Loading branch information
Showing
77 changed files
with
10,881 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
node_modules |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
14 changes: 14 additions & 0 deletions
14
interpolation-in-code-blocks/.next/app-build-manifest.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
{ | ||
"pages": { | ||
"/layout": [ | ||
"static/chunks/webpack.js", | ||
"static/chunks/main-app.js", | ||
"static/chunks/app/layout.js" | ||
], | ||
"/page": [ | ||
"static/chunks/webpack.js", | ||
"static/chunks/main-app.js", | ||
"static/chunks/app/page.js" | ||
] | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
{ | ||
"polyfillFiles": [ | ||
"static/chunks/polyfills.js" | ||
], | ||
"devFiles": [], | ||
"ampDevFiles": [], | ||
"lowPriorityFiles": [ | ||
"static/development/_buildManifest.js", | ||
"static/development/_ssgManifest.js" | ||
], | ||
"rootMainFiles": [ | ||
"static/chunks/webpack.js", | ||
"static/chunks/main-app.js" | ||
], | ||
"rootMainFilesTree": {}, | ||
"pages": { | ||
"/_app": [] | ||
}, | ||
"ampFirstPages": [] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
{"encryption.key":"0nRembzes/bUn6yWcUN+rAzGEN02oCWqIaaczGO0QdM=","encryption.expire_at":1734963226446} |
Binary file added
BIN
+44.4 KB
interpolation-in-code-blocks/.next/cache/webpack/client-development/0.pack.gz
Binary file not shown.
Binary file added
BIN
+8.57 MB
interpolation-in-code-blocks/.next/cache/webpack/client-development/1.pack.gz
Binary file not shown.
Binary file added
BIN
+91 Bytes
interpolation-in-code-blocks/.next/cache/webpack/client-development/2.pack.gz
Binary file not shown.
Binary file added
BIN
+199 KB
interpolation-in-code-blocks/.next/cache/webpack/client-development/index.pack.gz
Binary file not shown.
Binary file added
BIN
+7.1 KB
interpolation-in-code-blocks/.next/cache/webpack/client-development/index.pack.gz.old
Binary file not shown.
Binary file added
BIN
+2.29 MB
interpolation-in-code-blocks/.next/cache/webpack/server-development/0.pack.gz
Binary file not shown.
Binary file added
BIN
+3.84 MB
interpolation-in-code-blocks/.next/cache/webpack/server-development/1.pack.gz
Binary file not shown.
Binary file added
BIN
+251 KB
interpolation-in-code-blocks/.next/cache/webpack/server-development/index.pack.gz
Binary file not shown.
Binary file added
BIN
+243 KB
interpolation-in-code-blocks/.next/cache/webpack/server-development/index.pack.gz.old
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
{"type": "commonjs"} |
1 change: 1 addition & 0 deletions
1
interpolation-in-code-blocks/.next/react-loadable-manifest.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
{} |
4 changes: 4 additions & 0 deletions
4
interpolation-in-code-blocks/.next/server/app-paths-manifest.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
{ | ||
"/page": "app/page.js", | ||
"/favicon.ico/route": "app/favicon.ico/route.js" | ||
} |
86 changes: 86 additions & 0 deletions
86
interpolation-in-code-blocks/.next/server/app/favicon.ico/route.js
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
1 change: 1 addition & 0 deletions
1
interpolation-in-code-blocks/.next/server/app/page_client-reference-manifest.js
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
1 change: 1 addition & 0 deletions
1
interpolation-in-code-blocks/.next/server/interception-route-rewrite-manifest.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
self.__INTERCEPTION_ROUTE_REWRITE_MANIFEST="[]" |
22 changes: 22 additions & 0 deletions
22
interpolation-in-code-blocks/.next/server/middleware-build-manifest.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
self.__BUILD_MANIFEST = { | ||
"polyfillFiles": [ | ||
"static/chunks/polyfills.js" | ||
], | ||
"devFiles": [], | ||
"ampDevFiles": [], | ||
"lowPriorityFiles": [], | ||
"rootMainFiles": [ | ||
"static/chunks/webpack.js", | ||
"static/chunks/main-app.js" | ||
], | ||
"rootMainFilesTree": {}, | ||
"pages": { | ||
"/_app": [] | ||
}, | ||
"ampFirstPages": [] | ||
}; | ||
self.__BUILD_MANIFEST.lowPriorityFiles = [ | ||
"/static/" + process.env.__NEXT_BUILD_ID + "/_buildManifest.js", | ||
,"/static/" + process.env.__NEXT_BUILD_ID + "/_ssgManifest.js", | ||
|
||
]; |
6 changes: 6 additions & 0 deletions
6
interpolation-in-code-blocks/.next/server/middleware-manifest.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
{ | ||
"version": 3, | ||
"middleware": {}, | ||
"functions": {}, | ||
"sortedMiddleware": [] | ||
} |
1 change: 1 addition & 0 deletions
1
interpolation-in-code-blocks/.next/server/middleware-react-loadable-manifest.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
self.__REACT_LOADABLE_MANIFEST="{}" |
1 change: 1 addition & 0 deletions
1
interpolation-in-code-blocks/.next/server/next-font-manifest.js
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
1 change: 1 addition & 0 deletions
1
interpolation-in-code-blocks/.next/server/next-font-manifest.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
{"pages":{},"app":{},"appUsingSizeAdjust":false,"pagesUsingSizeAdjust":false} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
{} |
1 change: 1 addition & 0 deletions
1
interpolation-in-code-blocks/.next/server/server-reference-manifest.js
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
5 changes: 5 additions & 0 deletions
5
interpolation-in-code-blocks/.next/server/server-reference-manifest.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
{ | ||
"node": {}, | ||
"edge": {}, | ||
"encryptionKey": "0nRembzes/bUn6yWcUN+rAzGEN02oCWqIaaczGO0QdM=" | ||
} |
Oops, something went wrong.