Skip to content

Commit

Permalink
Update SSR example
Browse files Browse the repository at this point in the history
  • Loading branch information
Temzasse committed May 11, 2024
1 parent 6d952de commit da85e43
Show file tree
Hide file tree
Showing 44 changed files with 3,390 additions and 7,893 deletions.
4 changes: 0 additions & 4 deletions example-ssr/.babelrc

This file was deleted.

3 changes: 3 additions & 0 deletions example-ssr/.eslintrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"extends": "next/core-web-vitals"
}
41 changes: 36 additions & 5 deletions example-ssr/.gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,36 @@
node_modules
.idea
.next
dist
npm-debug.log
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.

# dependencies
/node_modules
/.pnp
.pnp.js
.yarn/install-state.gz

# testing
/coverage

# next.js
/.next/
/out/

# production
/build

# misc
.DS_Store
*.pem

# debug
npm-debug.log*
yarn-debug.log*
yarn-error.log*

# local env files
.env*.local

# vercel
.vercel

# typescript
*.tsbuildinfo
next-env.d.ts
2 changes: 0 additions & 2 deletions example-ssr/.npmrc

This file was deleted.

83 changes: 0 additions & 83 deletions example-ssr/components/DisableDrag.tsx

This file was deleted.

59 changes: 0 additions & 59 deletions example-ssr/components/Scrollable.tsx

This file was deleted.

69 changes: 0 additions & 69 deletions example-ssr/components/SnapPoints.tsx

This file was deleted.

69 changes: 0 additions & 69 deletions example-ssr/components/a11y/A11ySheet.tsx

This file was deleted.

40 changes: 0 additions & 40 deletions example-ssr/components/a11y/index.tsx

This file was deleted.

Loading

0 comments on commit da85e43

Please sign in to comment.