[create-toolpad-app] Add CRUD to generated projects - #4826
Merged
bharatkashyap merged 21 commits intoApr 11, 2025
Conversation
Netlify deploy preview |
create-toolpad-app
create-toolpad-app
apedroferreira
marked this pull request as ready for review
April 3, 2025 22:37
bharatkashyap
added a commit
to bharatkashyap/toolpad-core-nextjs-themed
that referenced
this pull request
Apr 8, 2025
bharatkashyap
added a commit
to bharatkashyap/mui-toolpad
that referenced
this pull request
Apr 8, 2025
bharatkashyap
approved these changes
Apr 8, 2025
bharatkashyap
left a comment
Collaborator
There was a problem hiding this comment.
Looks good to me! I'll bring over the changes made to the Crud Next.js app to the themed example in #4834
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Include CRUD example in generated projects for Vite, Next.js app router and Next.js pages router.
Use REST API in Next.js CRUD examples.
Fix id generation for new items in CRUD examples (unrelated)
Use REST API from examples in the generated apps from
create-toolpad-appImprove API request examples in CRUD documentation based on these examples
Test that everything works correctly.
@bharatkashyap Tagging you just so that you're aware I'm already working on this!