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!: app router option #1446

Closed
wants to merge 50 commits into from
Closed

feat!: app router option #1446

wants to merge 50 commits into from

Conversation

juliusmarminge
Copy link
Member

@juliusmarminge juliusmarminge commented May 24, 2023

Closes #1364

βœ… Checklist

  • I have followed every step in the contributing guide (updated 2022-10-06).
  • The PR title follows the convention we established conventional-commit
  • I performed a functional test on my final commit

Changelog

[Short description of what has changed]


Screenshots

[Screenshots]

πŸ’―

@changeset-bot
Copy link

changeset-bot bot commented May 24, 2023

πŸ¦‹ Changeset detected

Latest commit: c1847bd

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
Name Type
create-t3-app Minor

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@vercel
Copy link

vercel bot commented May 24, 2023

The latest updates on your projects. Learn more about Vercel for Git β†—οΈŽ

Name Status Preview Comments Updated (UTC)
create-t3-app-nextra ❌ Failed (Inspect) Sep 11, 2023 10:30pm
t3-upgrade βœ… Ready (Inspect) Visit Preview πŸ’¬ Add feedback Sep 11, 2023 10:30pm
1 Ignored Deployment
Name Status Preview Comments Updated (UTC)
create-t3-app ⬜️ Ignored (Inspect) Visit Preview Sep 11, 2023 10:30pm

@github-actions
Copy link
Contributor

github-actions bot commented May 24, 2023

⚑️ Lighthouse report for the changes in this PR:

Category Score
🟒 Performance 99
🟒 Accessibility 100
🟒 Best practices 100
🟒 SEO 100
πŸ”΄ PWA 30

Lighthouse ran on https://create-t3-app-git-appdir-t3-oss.vercel.app/

@github-actions
Copy link
Contributor

github-actions bot commented May 24, 2023

A new create-t3-app prerelease is available for testing. You can install this latest build in your project with:

pnpm create [email protected]

@github-actions github-actions bot removed the πŸš€ autorelease add this label to a pr to trigger a beta release label May 24, 2023
@juliusmarminge juliusmarminge added the πŸš€ autorelease add this label to a pr to trigger a beta release label Sep 11, 2023
@github-actions github-actions bot removed the πŸš€ autorelease add this label to a pr to trigger a beta release label Sep 11, 2023
@juliusmarminge
Copy link
Member Author

juliusmarminge commented Sep 11, 2023

pnpm create [email protected]

@ajdiyassin
Copy link

Which approach is more recommended? this one with server actions
or #1567 with a proxy approach?

@juliusmarminge
Copy link
Member Author

Which approach is more recommended? this one with server actions
or #1567 with a proxy approach?

the other is less opinionated and doesn't use as many experimental stuff.

@juliusmarminge
Copy link
Member Author

Superseded by #1567 for now. Might revisit this later when some of the experimental stuff is less experimental :)

@jackbisceglia
Copy link

Is there any way to achieve revalidation for trpc based actions in the meantime while this is on the backburner ?

@juliusmarminge juliusmarminge deleted the appdir branch November 1, 2023 21:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
πŸ“Œ area: ci Relates to CI / GitHub Actions πŸ“Œ area: cli Relates to the CLI πŸ“Œ area: t3-app Relates to the generated T3 App
Projects
None yet
Development

Successfully merging this pull request may close these issues.

feat: experimental appDir option and migration guide