Best of Next.jsJuly 2022

  1. 1
    Article
    Avatar of phProduct Hunt·4y

    Locofy.ai - Turn Figma designs into code: React, React Native, HTML-CSS+

    Locofy.ai helps builders launch 3-4x faster by converting designs to production ready code. Try Figma to React, React Native, HTML-CSS, Next.js, Gatsby in FREE BETA! Tag responsive designs, make components, get a live-prototype & export code or direct deploy.

  2. 2
    Article
    Avatar of phProduct Hunt·4y

    Tailwind UI Templates - Beautiful Next.js templates built by the Tailwind CSS team

  3. 3
    Article
    Avatar of logrocketLogRocket·4y

    How to use Redux in Next.js

    Redux is one of the most popular state management solutions in the React ecosystem. Many projects that use Next.js want to take advantage of Redux as well. But using Redux in a Next application has a few catches, and the setup is not always straightforward. This article will walk you through how we can set up a Next project with Redux.

  4. 4
    Article
    Avatar of wundergraphWunderGraph·4y

    NextJS / React SSR: 21 Universal Data Fetching Patterns & Best Practices

    NextJS Universal Data Fetching is that you can put a data-fetching hook anywhere in your application, and it would just work. Most applications have some sort of authentication mechanism, but we need to make our API layer type-safe. Type-Safety is needed to avoid bugs and make Developers productive. What should happen if the user leaves and re-enters the window.

  5. 5
    Article
    Avatar of hashnodeHashnode·4y

    Build a blog with Next.JS, React.JS, TypeScript, Sanity.io,TailwindCSS

    In this tutorial I'm going to walk you through the steps of building a full-stack blog website. We'll use Next.JS, React, TypeScript, Sanity.io, and TailwindCSS for the styling. The tutorial is split into two parts: the first part is to set up a GitHub account and the second is to test your site.