Next.js App Router Update

This page summarizes the projects mentioned and recommended in the original post on news.ycombinator.com

SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • vike

    🔨 Flexible, lean, community-driven, dependable, fast Vite-based frontend framework.

  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  • apollo-client-nextjs

    Apollo Client support for the Next.js App Router

    Hey Lee! Thanks so much for responding.

    What's not clear to me is where do the providers go (ReduxProvider, ReactQueryProvider etc)?

    Can they be instantiated up tree in a server component somewhere? And if that's the case, what data do they hold when on the server and what happens a client component tries to interact with the provider?

    Or should I render as much as possible via RSC and put the providers in the first client component in the tree?

    I've been trying to keep tabs on the GitHub issues and Discord that discuss this, but I have to admit, it's a bit over my head. The best resource I've found so far to understand how libraries are adapting is from Apollo's RFC here: https://github.com/apollographql/apollo-client-nextjs/blob/p...

  • fresh

    The next-gen web framework.

    Have you considered Deno? First class TypeScript support, secure sandboxing, and JIT rendering for React/Preact style projects with Fresh (https://fresh.deno.dev).

    Also, they recently introduced a Node compatibility feature that supports _most_ modules. You can import directly from NPM using the npm: specifier, or import (almost) all of the builtin Node APIs using the standard node: specifier. Since recent versions (1.30+) of Deno are bundled with whats essentially a Node clone, and since its all packaged as a ~32MB executable... I've found myself just using Deno for everything lately. So far its been able to handle all of the projects I used to run with Node.

    Check out their docs: https://deno.land/manual

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • SSRx vs. Vinxi vs. Vike - for SSR with Vite

    3 projects | dev.to | 14 Mar 2024
  • Vike – Meta Framework Alternative

    1 project | news.ycombinator.com | 16 Feb 2024
  • Triplit: Open-source DB that syncs data between server and browser in real-time

    7 projects | news.ycombinator.com | 12 Jan 2024
  • Can't stand Next JS-- alternatives w/ Vite?

    1 project | /r/react | 26 Nov 2023
  • Waku: The Minimalist React Framework with Server Components

    3 projects | news.ycombinator.com | 27 Aug 2023

Did you konow that TypeScript is
the 2nd most popular programming language
based on number of metions?