Isomorphic

Open-source projects categorized as Isomorphic

Top 23 Isomorphic Open-Source Projects

Isomorphic
  1. leptos

    Build fast web applications with Rust.

    Project mention: Axum 0.8.0 | news.ycombinator.com | 2025-01-05

    1: Actually, that's not true! I use Leptos in their "islands" mode for server side rendering. The entire page is sent as an HTML response, and there is little/no "hydration". The WASM file ONLY includes interactive "islands" that are explicitly marked with the #[island] attribute [0]. In other words, the server binary is handling most of the rendering, similar to if I used a templating tool like Askama or Tera.

    2: Leptos is generally slower than vanilla JS, I believe for that reason, but comparable to major JS frameworks [1, 2].

    [0]: https://book.leptos.dev/islands.html

    [1]: https://krausest.github.io/js-framework-benchmark/current.ht...

    [2]: https://leptos.dev/

  2. CodeRabbit

    CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.

    CodeRabbit logo
  3. marko

    A declarative, HTML-based language that makes building web apps fun

    Project mention: Mdx – Execute Your Markdown Code Blocks, Now in Go | news.ycombinator.com | 2024-10-25
  4. nivo

    nivo provides a rich set of dataviz components, built on top of the awesome d3 and React libraries

    Project mention: Mastering Nivo Charts: A Comprehensive Guide to Data Visualization | dev.to | 2024-09-15

    Nivo charts offer a versatile and powerful way to transform your raw data into visually stunning insights. From the classic Bar and Pie charts to the dynamic Bump and Calendar charts, Nivo provides the tools you need to create interactive and impactful data visualizations. By experimenting with the CodeSandbox examples, you can see firsthand how customization and interactivity can bring your data stories to life.

  5. razzle

    ✨ Create server-rendered universal JavaScript applications with no configuration

    Project mention: Top 12+ Battle-Tested React Boilerplates for 2024 | dev.to | 2024-04-29

    Razzle is a build tool created by Airbnb, which also simplifies server-side rendering. It abstracts away the complexity of configuring server-side rendering settings and allows developers to easily create versatile JavaScript applications. Razzle supports features like code splitting, CSS-in-JS, and hot module replacement, making it suitable for building React applications that require server-side rendering.

  6. awesome-nextjs

    :notebook_with_decorative_cover: :books: A curated list of awesome resources : books, videos, articles about using Next.js (A minimalistic framework for universal server-rendered React applications)

  7. react-server

    :rocket: Blazing fast page load and seamless navigation.

  8. supabase-js

    An isomorphic Javascript client for Supabase. Query your Supabase database, subscribe to realtime events, upload and download files, browse typescript examples, invoke postgres functions via rpc, invoke supabase edge functions, query pgvector.

    Project mention: Supabase Python | dev.to | 2024-08-30

    supabase-py was originally started by maintainer lqmanh in September of 2020, and was shortly after joined by fedden and J0 (who went on to become a full time member of the Supabase Team). In recent years development has been driven by silentworks and juancarlospaco who have both been instrumental in the push to reaching feature parity with supabase-js.

  9. SaaSHub

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

    SaaSHub logo
  10. next-redux-wrapper

    Redux wrapper for Next.js

  11. use-http

    🐶 React hook for making isomorphic http requests

  12. perseus

    A state-driven web development framework for Rust with full support for server-side rendering and static generation.

  13. cross-fetch

    Universal WHATWG Fetch API for Node, Browsers and React Native.

  14. nano

    🎯 SSR first, lightweight 1kB JSX library. (by nanojsx)

    Project mention: Rewriting my blog in plain HTML | news.ycombinator.com | 2025-01-14

    Yeah I guess React + SSG isn't the best choice. Nano JSX might be better

    https://nanojsx.io/

  15. hackernews

    HackerNews clone built with Nuxt. (by nuxt)

  16. webpack-isomorphic-tools

    Server-side rendering for your Webpack-built applications (e.g. React)

  17. fastify-vite

    Fastify plugin for Vite integration

    Project mention: Show HN: Fastify/Vue 1.0 Alpha | news.ycombinator.com | 2024-10-15
  18. signals

    A tiny (~1kB minzipped) and extremely fast library for creating reactive observables via functions. (by maverick-js)

  19. Catberry

    Catberry is an isomorphic framework for building universal front-end apps using components, Flux architecture and progressive rendering.

  20. Nano-SQL

    Universal database layer for the client, server & mobile devices. It's like Lego for databases.

  21. Nullstack

    Feature-Driven Full Stack JavaScript Components

  22. mam_mol

    $mol - fastest reactive micro-modular compact flexible lazy ui web framework.

    Project mention: $mol – fastest reactive micro-modular compact flexible lazy UI web framework | news.ycombinator.com | 2024-03-13
  23. ky-universal

    Use Ky in both Node.js and browsers

  24. puzzle-js

    ⚡ Micro frontend framework for scalable and blazing fast websites.

  25. crypto-hash

    Tiny hashing module that uses the native crypto API in Node.js and the browser

  26. SaaSHub

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

    SaaSHub logo
NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

Isomorphic discussion

Log in or Post with

Isomorphic related posts

  • Leptos 0.7

    1 project | news.ycombinator.com | 11 Dec 2024
  • Mastering Nivo Charts: A Comprehensive Guide to Data Visualization

    1 project | dev.to | 15 Sep 2024
  • Interview with Krzysztof Andrelczyk, Tauri Developer and Creator of Twili Recipes

    3 projects | dev.to | 5 Sep 2024
  • Leptos + Tauri Tutorial

    2 projects | dev.to | 1 Sep 2024
  • Discover the State of HTML 2023 Survey Results

    2 projects | dev.to | 12 May 2024
  • Nivo: Dataviz components, built on top of D3 and React

    1 project | news.ycombinator.com | 30 Apr 2024
  • Rust on Nails

    2 projects | news.ycombinator.com | 19 Mar 2024
  • A note from our sponsor - CodeRabbit
    coderabbit.ai | 6 Feb 2025
    Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR. Learn more →

Index

What are some of the best open-source Isomorphic projects? This list will help you:

# Project Stars
1 leptos 17,507
2 marko 13,480
3 nivo 13,361
4 razzle 11,112
5 awesome-nextjs 10,547
6 react-server 3,891
7 supabase-js 3,412
8 next-redux-wrapper 2,670
9 use-http 2,313
10 perseus 2,189
11 cross-fetch 1,679
12 nano 1,483
13 hackernews 1,336
14 webpack-isomorphic-tools 1,252
15 fastify-vite 909
16 signals 818
17 Catberry 796
18 Nano-SQL 784
19 Nullstack 778
20 mam_mol 693
21 ky-universal 672
22 puzzle-js 654
23 crypto-hash 638

Sponsored
CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
coderabbit.ai

Did you know that JavaScript is
the 3rd most popular programming language
based on number of references?