Next Daily
Menu
Official
4
Tutorials
1
Packages
1
Events
0
Showcase
1
Templates
2
Examples
1
Opinions
2
GitHubNext.js DocsNext.js GitHubRSS

opinions

Next Daily

Sharing things about Next.js

  • www.freecodecamp.orgAugust 5, 2024

    How to Optimize Next.js App Performance With Lazy Loading

    People don't like using slow applications. And the initial load time matters a lot for web applications and websites. An application that takes more than 3 seconds to load is considered slow and may cause users to leave the application or website. Next.js is a React-based framework you can

  • vercel.comAugust 5, 2024

    How to choose the best rendering strategy for your app – Vercel

    Demystify Next.js rendering strategies: SSG, SSR, CSR, ISR, and PPR. Optimize your web apps for performance, SEO, and user experience. Learn when and how to use each approach with real-world examples and practical tips for modern web development.