awesome-repositories.com
Blog
MCP
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Ripple-TS avatar

Ripple-TS/ripple

0
View on GitHub↗
ripple-ts.com↗

Ripple

Ripple is a full-stack TypeScript web framework and reactive UI library used for building interfaces with server-side rendering. It organizes user interfaces into a hierarchy of reusable, scoped components with built-in state management and client-side hydration.

The framework is distinguished by its fine-grained reactivity, which updates specific DOM elements without requiring full component re-renders. It integrates server-side logic and client-side components within a single TypeScript codebase, enabling a unified full-stack development workflow.

The system covers a broad range of capabilities, including reactive state management with shared contexts, scoped CSS styling, and application routing. It provides primitives for asynchronous state suspension, conditional rendering, and two-way data binding for user inputs.

IDE tooling support is available through a language server and editor extensions providing syntax highlighting and type-aware autocompletion.

Recherche par IA

Explorez plus de dépôts awesome

Décrivez vos besoins en langage naturel — l'IA classe des milliers de projets open source sélectionnés par pertinence.

Start searching with AI

Features

  • Fine-Grained Reactivity - Tracks dependencies between state and DOM nodes to update only the specific elements that change without full re-renders.
  • Reactive UI Frameworks - A reactive UI framework that automatically updates specific DOM elements without requiring full component re-renders.
  • Reactive State Management - Implements a fine-grained reactive state management system using tracked variables to trigger surgical UI updates.
  • Collection Rendering - Iterates over data sets to generate repeated UI elements with index tracking and stable keys.
  • Component-Based UI Frameworks - Organizes interfaces into a hierarchy of reusable, scoped components with built-in state management.
  • Component Hierarchies - Organizes the user interface into a nested structure of reusable functions that manage their own local scope.
  • Component Tree Architectures - Organizes the user interface into a hierarchy of nested, reusable components to manage complex application structures.
  • Conditional Rendering Logic - Provides inline logic blocks for displaying or hiding interface sections based on state conditions.
  • Functional Components - Defines UI units as functional components that accept properties and return reactive templates.
  • Component Lifecycle Management - Implements a reactive lifecycle that manages how the root scope and child blocks are executed and updated.
  • Reactive UI Libraries - Creates interfaces with fine-grained reactivity that updates specific DOM elements without full component re-renders.
  • Component Styling - Isolates CSS rules to specific components to prevent style leakage across the user interface.
  • Scoped Style Generators - Provides utilities to define CSS rules scoped to specific templates using unique class generation.
  • Automatic Dependency Tracking - Automatically executes functions when the specific reactive variables they depend on are modified.
  • Reactive Components - Provides a modular architecture for creating reusable UI elements that automatically synchronize with data changes.
  • Asynchronous State Management - Provides asynchronous state management that suspends rendering during promise resolution and displays pending states.
  • Component-Based Architectures - Organizes the user interface into reusable, scoped pieces with their own logic, styles, and state management.
  • DOM Access References - Provides mechanisms to obtain direct references to underlying DOM elements for manual manipulation.
  • Full-Stack Frameworks - Integrates server-side logic and client-side components within a single TypeScript codebase.
  • Full-Stack Web Frameworks - Integrates server logic and client-side reactivity within a single TypeScript development environment.
  • Browser-Side State Management - Synchronizes data across different parts of an application using shared contexts and reactive stores.
  • Reactive Dependency Triggers - Automatically executes functions whenever the specific reactive variables they depend on are modified.
  • Client-Side Hydration - Implements a hydration process that attaches reactive state and event listeners to server-rendered HTML.
  • Server-Side Rendering - Generates static HTML on the server to improve initial load speed and search engine visibility.
  • Server-Side Rendering - Generates HTML on the server for faster initial loads and SEO, then adds interactivity on the client.
  • Server-Side Rendering Frameworks - Generates HTML on the server and hydrates it on the client to improve load speed and SEO.
  • IDE Extensions - Provides a language server and editor extensions for syntax highlighting, diagnostics, and type-aware autocompletion.
  • Reactive Dependency Re-execution - Implements automatic re-execution of asynchronous functions whenever the reactive variables they depend on change.
  • Global Component Contexts - Enables the use of shared contexts to distribute data globally throughout the component tree.
  • Fallback UI Renderers - Captures component tree failures and renders fallback UI with the ability to reset state.
  • Reactive Effects - Provides a system for defining side-effect functions that execute automatically when reactive dependencies change.
  • Component-Colocated Backend Logic - Allows defining server-oriented exports within component files to handle backend operations and data loading.
  • Component Context Sharing - Allows sharing reactive state across a component hierarchy without manual property drilling.
  • Component Tree Unmounting - Handles the recursive removal of components and their associated logic from the DOM to clean up resources.
  • Suspenseful Data Loading - Pauses component rendering during asynchronous data fetching and displays a fallback state until resolution.
  • Dynamic Component Renderers - Enables swapping components at runtime based on state by unmounting the old element and mounting a new one.
  • Dynamic Text Interpolation - Inserts the result of expressions into text nodes with automatic escaping to prevent script injection.
  • Reactive Text Bindings - Binds tracked reactive variables directly to an element's inner text or HTML properties.
  • Input Handling Systems - Captures DOM events through props and manages element references for user interaction.
  • Value Synchronization - Creates a two-way connection between tracked variables and the values of text, number, or select inputs.
  • CSS Scoping Engines - Isolates styles by automatically hashing CSS definitions to prevent leakage between different components.
  • Application Route Managers - Maps URL changes to specific views or components to manage navigation within a single-page application.
  • Attribute Binding - Binds HTML attributes to JavaScript expressions for automatic updates based on evaluated values.
  • Component Composition - Supports nesting and wrapping components by passing child elements for flexible layout composition.
  • DOM Program Mounting - Provides the mechanism to initialize and attach the application root to a specific HTML element in the browser.
  • Modular State Sharing - Synchronizes data across disconnected components using a centralized store to ensure consistent behavior.
  • Reactive Collection Wrappers - Provides reactive wrappers for arrays and maps that automatically trigger UI updates on modification.
  • Template Logic - Enables the execution of statements and declaration of variables directly within UI templates.
  • Reactive Update Synchronization - Returns a promise that resolves only after all pending reactive state changes have been applied to the DOM.
7,379 stars·293 forks·JavaScript·MIT·11 vues

Historique des stars

Graphique de l'historique des stars pour ripple-ts/rippleGraphique de l'historique des stars pour ripple-ts/ripple

Alternatives open source à Ripple

Projets open source similaires, classés selon le nombre de fonctionnalités partagées avec Ripple.
  • facebook/reactAvatar de facebook

    facebook/react

    245,669Voir sur GitHub↗

    React is a JavaScript library for building user interfaces based on a component-driven architecture and unidirectional data flow.

    JavaScriptjavascriptuifrontend
    Voir sur GitHub↗245,669
  • leptos-rs/leptosAvatar de leptos-rs

    leptos-rs/leptos

    20,993Voir sur GitHub↗

    Leptos is a full-stack Rust web framework designed for building reactive applications that share logic and types between the server and the browser. It provides a comprehensive toolkit for developing web interfaces where specific DOM nodes update automatically in response to changes in underlying reactive signals, rather than re-rendering entire component trees. The framework distinguishes itself through a fine-grained reactivity model that tracks dependencies at the individual data point level. It utilizes compile-time template transformation to convert declarative HTML-like syntax into opti

    Rustdomfine-grainedisomorphic
    Voir sur GitHub↗20,993
  • reactjs/react.devAvatar de reactjs

    reactjs/react.dev

    11,765Voir sur GitHub↗

    React is a JavaScript library for building user interfaces through the composition of modular, self-contained components. It employs a declarative programming model where developers describe the desired visual state, and the library automatically manages the underlying document updates and state synchronization. By utilizing a virtual representation of the document, it calculates and applies minimal changes to the browser, ensuring efficient rendering even in complex applications. The library distinguishes itself through a sophisticated scheduling system that manages rendering work in increme

    JavaScriptdocumentationjavascriptreact
    Voir sur GitHub↗11,765
  • lit/litAvatar de lit

    lit/lit

    21,679Voir sur GitHub↗

    Lit is a library for building lightweight, interoperable web components. It provides a base class that leverages native browser APIs to encapsulate state, logic, and styles, allowing developers to create custom elements that function consistently across any modern web project. The framework distinguishes itself through a reactive property system that automatically triggers efficient, batched DOM updates. By utilizing tagged template literals, it defines declarative UI structures that are compiled into optimized update instructions. Its architecture emphasizes modularity through a reactive con

    TypeScripthtml-templateslitlit-element
    Voir sur GitHub↗21,679
Voir les 30 alternatives à Ripple→

Questions fréquentes

Que fait ripple-ts/ripple ?

Ripple is a full-stack TypeScript web framework and reactive UI library used for building interfaces with server-side rendering. It organizes user interfaces into a hierarchy of reusable, scoped components with built-in state management and client-side hydration.

Quelles sont les fonctionnalités principales de ripple-ts/ripple ?

Les fonctionnalités principales de ripple-ts/ripple sont : Fine-Grained Reactivity, Reactive UI Frameworks, Reactive State Management, Collection Rendering, Component-Based UI Frameworks, Component Hierarchies, Component Tree Architectures, Conditional Rendering Logic.

Quelles sont les alternatives open-source à ripple-ts/ripple ?

Les alternatives open-source à ripple-ts/ripple incluent : facebook/react — React is a JavaScript library for building user interfaces based on a component-driven architecture and unidirectional… leptos-rs/leptos — Leptos is a full-stack Rust web framework designed for building reactive applications that share logic and types… reactjs/react.dev — React is a JavaScript library for building user interfaces through the composition of modular, self-contained… lit/lit — Lit is a library for building lightweight, interoperable web components. It provides a base class that leverages… standardagents/arrow-js — Arrow-js is a reactive UI framework and server-side rendering system designed for building agentic interfaces. It… solidjs/solid — Solid is a declarative JavaScript framework for building user interfaces through fine-grained reactivity. By utilizing…