Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Add Next.js basic example #254

Merged
merged 14 commits into from
Aug 6, 2024
Merged

feat: Add Next.js basic example #254

merged 14 commits into from
Aug 6, 2024

Conversation

KyleAMathews
Copy link
Collaborator

No description provided.

Base automatically changed from remix-example to main August 6, 2024 13:12
Copy link
Contributor

@msfstef msfstef left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good!


export async function POST(request: Request) {
const body = await request.json()
console.log({ body })
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: intentional?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nope, will kill then merge

@KyleAMathews KyleAMathews merged commit fc98302 into main Aug 6, 2024
5 checks passed
@KyleAMathews KyleAMathews deleted the nextjs-example branch August 6, 2024 13:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants