Skip to content

Commit

Permalink
updated next app router example
Browse files Browse the repository at this point in the history
  • Loading branch information
noam-honig committed May 13, 2024
1 parent 38e41fd commit a8e7fc3
Show file tree
Hide file tree
Showing 3 changed files with 55 additions and 32 deletions.
81 changes: 51 additions & 30 deletions examples/nextjs-app-router-todo/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions examples/nextjs-app-router-todo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@
"@types/react": "18.2.6",
"@types/react-dom": "18.2.4",
"next": "14.1.1",
"next-auth": "^4.22.1",
"next-auth": "^4.24.7",
"react": "18.2.0",
"react-dom": "18.2.0",
"remult": "^0.20.6",
"remult": "^0.26.11",
"typescript": "5.0.4"
}
}
2 changes: 2 additions & 0 deletions projects/core/src/remult3/remult3.ts
Original file line number Diff line number Diff line change
Expand Up @@ -830,7 +830,9 @@ export const flags = {
}

//y2 - soft-delete-discussion https://discord.com/channels/975754286384418847/1230386433093533698/1230386433093533698
//y1 - discuss next auth withRemult paradox
//y1 - live query with count #436
//y1 - maybe the default withRemult should by default use the data provider set by the remultExpress

//y1 TODO - In the esm version of our tutorial - the imports are automatically .ts and not .js in react and not in vue
//y1 TODO - consider id to also support keyof (id:['company','index']) - had problem with | (keyof Partial<entityType>)[] & `entity`
Expand Down

0 comments on commit a8e7fc3

Please sign in to comment.