Server side rendering is now good idea?

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

Our great sponsors
  • SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • Next.js

    The React Framework

  • Always has been.

    I think that you do need interactivity through JavaScript at some point. And I find react easier to maintain than an HTML/JS soup generated by PHP, JSP, or RoR.

    I would take a look at https://fresh.deno.dev/ or https://kit.svelte.dev/ or https://nextjs.org/

  • SvelteKit

    web development, streamlined (by sveltejs)

  • Always has been.

    I think that you do need interactivity through JavaScript at some point. And I find react easier to maintain than an HTML/JS soup generated by PHP, JSP, or RoR.

    I would take a look at https://fresh.deno.dev/ or https://kit.svelte.dev/ or https://nextjs.org/

  • SurveyJS

    Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App. With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.

    SurveyJS logo
  • fresh

    The next-gen web framework.

  • Always has been.

    I think that you do need interactivity through JavaScript at some point. And I find react easier to maintain than an HTML/JS soup generated by PHP, JSP, or RoR.

    I would take a look at https://fresh.deno.dev/ or https://kit.svelte.dev/ or https://nextjs.org/

  • qwik

    Instant-loading web apps, without effort

  • Others worth a look:

    - Qwik[1]: code is very similar to React, only the interactive parts are sent to the browser, and they only execute on demand (eg when you interact with the thing)

    - Astro[2]: probably the most popular “islands” framework, lets you bring your own interactive framework

    - SolidStart[3]: doesn’t mention in the docs yet for some reason, but also supports “islands” in SolidJS, which is also one of the fastest client frameworks and also will feel familiar coming from React

    [1]: https://qwik.builder.io/

    [2]: https://astro.build/

    [3]: https://start.solidjs.com/getting-started/what-is-solidstart

  • astro

    The web framework for content-driven websites. ⭐️ Star to support our work!

  • Others worth a look:

    - Qwik[1]: code is very similar to React, only the interactive parts are sent to the browser, and they only execute on demand (eg when you interact with the thing)

    - Astro[2]: probably the most popular “islands” framework, lets you bring your own interactive framework

    - SolidStart[3]: doesn’t mention in the docs yet for some reason, but also supports “islands” in SolidJS, which is also one of the fastest client frameworks and also will feel familiar coming from React

    [1]: https://qwik.builder.io/

    [2]: https://astro.build/

    [3]: https://start.solidjs.com/getting-started/what-is-solidstart

  • stimulus_reflex

    Build reactive applications with the Rails tooling you already know and love.

  • I agree with you, you can ship very interactive ui without the complexity on the frontend.

    Have a look at stimulusreflex for example [1], the state is handled on the backend leading to you shipping less bloat to the client!

    1. https://docs.stimulusreflex.com/#faster-uis-smaller-download...

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