Best of Next.jsMarch 2023

  1. 1
    Article
    Avatar of devgeniusDev Genius·3y

    Advanced Next.js Concepts

    Learn about advanced Next.js concepts including authentication, serverless functions, and using TypeScript.

  2. 2
    Article
    Avatar of logrocketLogRocket·3y

    The biggest Next.js boilerplates of 2023

    Discover the top Next.js boilerplates with useful features and development tools to save time and enhance your projects.

  3. 3
    Article
    Avatar of communityCommunity Picks·3y

    Next JS Themes

    This post presents a curated list of open-source Next JS themes available for download from Github. Next JS is a full-stack framework built on top of React.js used for building static sites, APIs, and full-stack applications.

  4. 4
    Article
    Avatar of robinwieruchRobin Wieruch·3y

    How to start a React Project in 2024

    Learn about how to start a React project using different frameworks and rendering techniques like Vite, Next.js, and Astro. Understand the advantages and disadvantages of each approach.

  5. 5
    Article
    Avatar of communityCommunity Picks·3y

    Create Your Portfolio Using Next.js, Tailwind CSS, Stripe, and PayPal

    Learn how to create a portfolio website using Next.js, Tailwind CSS, Stripe, and PayPal. Show off your projects, express yourself, and improve your online footprint. Activate Dark Mode support and create navigation and footer components. Add a main component with information about yourself and an avatar. Include a Dark Mode switcher. Create a donation page with Stripe and PayPal integration. Add meta tags for SEO. Deploy your app to Vercel.

  6. 6
    Article
    Avatar of phProduct Hunt·3y

    Neorepo - Product Information, Latest Updates, and Reviews 2024

    Neorepo provides starter kits for SaaS apps built with Next.js, including features like auth, onboarding, org management, transactional emails, payments, and testing. Recent launches include Suparepo and Scalerepo.

  7. 7
    Article
    Avatar of vercelVercel·3y

    Custom fonts without compromise using Next.js and `next

    Learn how to use custom fonts in Next.js with `next/font` to avoid issues with website performance and user experience caused by Cumulative Layout Shift. Explore the optimizations used for font loading before Next.js 13.

  8. 8
    Article
    Avatar of twirThis Week In React·3y

    This Week In React #136: Next.js, Signals, Bling, Suspense, Server Components, useSyncExternalStore, Expo, Reanimated, Metro...

    This post discusses the new features in the latest release of Next.js, including a cache API, and the ongoing debate surrounding signals in JavaScript.

  9. 9
    Article
    Avatar of coinsbenchCoins Bench·3y

    Create and Deploy Your First Next.js Blockchain DApp with Solidity in Minutes!

    Create and Deploy Your First Next.js Blockchain DApp with Solidity in Minutes!

  10. 10
    Article
    Avatar of logrocketLogRocket·3y

    Building a Next.js app using Tailwind and Storybook

    Learn how to use Storybook.js to create and test UI components in a Next.js application using Tailwind CSS for styling.