Skip to content

Commit

Permalink
Measure Next.js App Router separately
Browse files Browse the repository at this point in the history
  • Loading branch information
tunetheweb committed Dec 12, 2023
1 parent fe8c861 commit 3c39ef4
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion src/technologies/n.json
Original file line number Diff line number Diff line change
Expand Up @@ -667,6 +667,21 @@
},
"website": "https://nextjs.org"
},
"Next.js App Router": {
"cats": [
12
],
"description": "The Next.js App Router is a new paradigm for building applications using React's latest features.",
"icon": "Next.js.svg",
"implies": [
"Next.js"
],
"js": {
"next.AppDir": "true"
},
"requires": "Next.js",
"website": "https://nextjs.org/docs/app"
},
"NextAuth.js": {
"cats": [
69
Expand Down Expand Up @@ -1244,4 +1259,4 @@
"saas": true,
"website": "https://www.novomind.com/en/shopsystem/novomind-ishop-software"
}
}
}

0 comments on commit 3c39ef4

Please sign in to comment.