Show HN: Hacker News Clone Using Remix and React

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
  • hackernews-remix-react

    Hacker News clone written with universal TypeScript, using React and Remix.

    That's not right.. it's literally only on the 'new' and 'threads' links in the top navigation: https://github.com/clintonwoo/hackernews-remix-react/search?...

  • SaaSHub

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

    SaaSHub logo
  • next-react-server-components

    Demo repository for Next.js + React Server Components

    For comparison this[1] is Next.js implementation that uses React Server Components (RSC). I feel folks at Remix missed on React Server Components and now it will be a lot of work to make it work in Remix. Hopefully I'm wrong.

    If you don't know, RSC allows the HTML from server to start streaming as React is rendering the components in the backend. It allows fine grain control to what part of page renders first and which parts can be rendered later as HTML and data is streaming from the server. Before this, all of React server frameworks would render the entire page, shove "hydration data" in it which is mostly repeated data that is used to render the page and also include that HTML in the form of complied JSX in the page in the page scripts. Obviously that would make React SSR very bulky and unscalable. That's why RSC can solve so many React performance problems

    [1] https://github.com/vercel/next-react-server-components

  • sites

    Monorepo for the sites in the Svelte ecosystem (by sveltejs)

    Here's one built with Svelte: https://hn.svelte.dev/

    It's not exactly an apples-to-apples comparison for a number of reasons including implementation and hosting differences, but might be interesting to people anyway. The code lives here: https://github.com/sveltejs/sites/tree/master/sites/hn.svelt...

  • Nest

    A progressive Node.js framework for building efficient, scalable, and enterprise-grade server-side applications with TypeScript/JavaScript 🚀

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

  • Implementing Authentication with Twitter Oauth 2.0 using Typescript, Node js, Express js and Next js in a Full Stack Application

    7 projects | dev.to | 21 Oct 2022
  • Integrating an external file server https://min.io into a full-stack application on NestJS and Angular

    3 projects | dev.to | 15 Nov 2024
  • NestJS: A Progressive Node.js Framework

    1 project | news.ycombinator.com | 12 Nov 2024
  • Why you should learn TypeScript and ditch JavaScript? TypeScript vs JavaScript

    1 project | dev.to | 11 Nov 2024
  • Building Tetris using WebSocket and Svelte Stores

    8 projects | dev.to | 9 Oct 2024

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