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

[UPDATE]: Update to Nextjs 14 #651

Closed
jjfantini opened this issue Sep 29, 2024 · 4 comments
Closed

[UPDATE]: Update to Nextjs 14 #651

jjfantini opened this issue Sep 29, 2024 · 4 comments

Comments

@jjfantini
Copy link

There are multiple benefits of updating compatibility to work with Nextjs 14.

Benefits of Next.js 14 vs. Next.js 13

  • Improved Server Actions

    • More robust and easier to use
    • Better handling of form submissions and data mutations on the server side
    • Improves performance and reduces client-side JavaScript
  • Partial Prerendering (Preview)

    • Combines static and dynamic content more efficiently
    • Allows parts of a page to be prerendered at build time while others are rendered dynamically
    • Potentially improves both performance and freshness of content
  • Enhanced Stability

    • Focuses on stabilizing features introduced in version 13, such as the App Router
    • Results in fewer bugs and a more reliable development experience
    • More secutiry patches that are present in Nextjs 13
  • Improved Developer Experience

    • Better error messages
    • Improved debugging tools
    • Faster refresh times during development
    • Contributes to a smoother overall developer experience
  • Turbopack Improvements (Beta)

    • Significant updates to Next.js' new bundler
    • Offers faster build times
    • Improved performance, especially for larger applications
  • App Router

    • Provides a more intuitive and flexible routing system
    • Enables easier creation of layouts and nested routes
    • Supports server components for improved performance and SEO
    • Offers better code organization and reusability
@rufuspollock
Copy link
Member

Sure, we're open to a pull request 🙂

@rufuspollock
Copy link
Member

@jjfantini any luck on the PR?

@rufuspollock
Copy link
Member

WONTFIX. Not a priority for now ... no doubt will come around again and we can re-open ...

@rufuspollock rufuspollock closed this as not planned Won't fix, can't repro, duplicate, stale Jan 2, 2025
@github-project-automation github-project-automation bot moved this from 🆕 New to ✅ Done in Flowershow Jan 2, 2025
@jjfantini
Copy link
Author

Sorry, i stopped using FlowerShow and dont have time to do PR :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: ✅ Done
Development

No branches or pull requests

2 participants