awesome-repositories.com
Blog
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to lucifier129/react-lite

Open-source alternatives to React Lite

30 open-source projects similar to lucifier129/react-lite, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best React Lite alternative.

  • trueadm/infernoAvatar trueadm

    trueadm/inferno

    16,420Vezi pe GitHub↗

    Inferno is an isomorphic JavaScript framework and virtual DOM UI library used for building user interfaces. It functions as a server-side rendering engine that converts virtual nodes into HTML strings for the server and hydrates them on the client to optimize initial load speeds and search engine indexing. The framework features a synthetic event system that provides a normalized interface for handling browser interactions consistently across different web environments. It employs a reactive UI model to synchronize state-driven updates and reactive streams with the browser document object mod

    JavaScript
    Vezi pe GitHub↗16,420
  • anthonyshort/dekuA

    anthonyshort/deku

    3,390Vezi pe GitHub↗

    A library for creating UI components using virtual DOM as an alternative to React. Deku has a smaller footprint (~6kb), a functional API, and doesn't support legacy browsers.

    JavaScript
    Vezi pe GitHub↗3,390
  • dioxuslabs/dioxusAvatar DioxusLabs

    DioxusLabs/dioxus

    36,400Vezi pe GitHub↗

    Dioxus is a cross-platform development framework designed for building native desktop, mobile, and web applications from a single codebase. It utilizes a declarative component model and macro-powered syntax to define reusable interface elements, which are then rendered as native widgets or web elements. At its core, the framework employs a signal-based reactivity system that tracks state dependencies to trigger granular updates, ensuring efficient interface performance without re-rendering the entire application tree. The framework distinguishes itself through a unified full-stack runtime tha

    Rustandroidcssdesktop
    Vezi pe GitHub↗36,400
  • arguiot/displayjsA

    arguiot/DisplayJS

    0Vezi pe GitHub↗

    A simple framework for building ambitious UI, without thinking about how everything will be displayed. By the way, you can ⭐️ the project to support it 😊

    Vezi pe GitHub↗0

Căutare AI

Explorează mai multe repository-uri excelente

Descrie ce ai nevoie în limbaj simplu — AI-ul sortează mii de proiecte open source selectate în funcție de relevanță.

Find more with AI search
  • astoilkov/jsblocksAvatar astoilkov

    astoilkov/jsblocks

    2,750Vezi pe GitHub↗

    2012 UI framework (I was 20 years old, React didn't exist, inspired by Knockout)

    JavaScript
    Vezi pe GitHub↗2,750
  • aurelia/frameworkAvatar aurelia

    aurelia/framework

    11,678Vezi pe GitHub↗

    Aurelia is a JavaScript web framework and component-based UI system used to build applications for browser, mobile, and desktop environments. It functions as a frontend application orchestrator and data binding library that synchronizes application state with the view to render dynamic content and process user input. The framework implements a component architecture that pairs logic classes with HTML templates to create reusable visual elements. It utilizes a dependency injection container to manage object lifecycles and a modular composition model that aggregates independent functional packa

    TypeScriptaurelia-frameworkcross-platformframework
    Vezi pe GitHub↗11,678
  • berialjs/berialAvatar berialjs

    berialjs/berial

    522Vezi pe GitHub↗

    Berial :imp: Simple micro-front-end framework.

    TypeScript
    Vezi pe GitHub↗522
  • berwin/blogAvatar berwin

    berwin/Blog

    4,161Vezi pe GitHub↗

    This project is a frontend development blog and markdown static site generator. It functions as a technical knowledge base and a web performance resource, converting markdown files into static HTML pages. The site serves as a personal digital garden for documenting professional growth and frontend learning. It focuses on the curation of technical knowledge, specifically aggregating articles and presentations regarding web performance optimization and browser rendering. The system utilizes a build process involving markdown-based static generation, file-system based routing, and frontmatter-d

    JavaScriptarticleblogeducation
    Vezi pe GitHub↗4,161
  • brahmosjs/brahmosB

    brahmosjs/brahmos

    0Vezi pe GitHub↗
    Vezi pe GitHub↗0
  • bvaughn/react-virtualizedAvatar bvaughn

    bvaughn/react-virtualized

    27,072Vezi pe GitHub↗

    react-virtualized is a library of components for rendering massive lists and tables by drawing only the elements visible in the viewport. It provides specialized layout managers including a windowed grid component and a dynamic height list manager. The project includes a masonry layout engine for packing items of varying heights and widths, as well as an infinite scroll interface for incrementally fetching and appending data. The library covers a broad range of virtualization capabilities, including frozen grid elements, reverse list rendering, and synchronized viewport scrolling. It also su

    JavaScriptgridlistlistview
    Vezi pe GitHub↗27,072
  • dabs/89ccc2ffd1d435efdacff05248514f38D

    DaBs/89ccc2ffd1d435efdacff05248514f38

    0Vezi pe GitHub↗
    Vezi pe GitHub↗0
  • developit/preactAvatar developit

    developit/preact

    38,704Vezi pe GitHub↗

    Preact is a declarative UI library and a lightweight alternative to React for building user interfaces. It utilizes a component-based architecture and a virtual DOM to sync application state to the browser interface efficiently. The framework implements a modern React API and provides a compatibility layer to ensure existing component libraries and patterns can run within its environment. It also functions as a server-side rendering engine, generating HTML on the server and hydrating it on the client to optimize page load speeds. Additional capabilities include virtual DOM state management t

    JavaScript
    Vezi pe GitHub↗38,704
  • didi/chameleonAvatar didi

    didi/chameleon

    8,966Vezi pe GitHub↗

    Chameleon is a cross-platform application framework and component library used to develop applications for the web and various mini-app platforms from a single shared codebase. It functions as a multi-platform build pipeline that compiles source code into different target formats while providing an MVVM-based user interface system for managing application state. The framework employs a polymorphic protocol to extend custom components and APIs, allowing for platform-specific implementations while maintaining cross-end compatibility. It includes a specialized build tool for static analysis that

    JavaScript
    Vezi pe GitHub↗8,966
  • didi/mpxAvatar didi

    didi/mpx

    3,905Vezi pe GitHub↗

    MPX is a cross-platform framework designed to build applications for multiple mini-program ecosystems and the web from a single codebase. It utilizes a static transpilation pipeline to transform source code into platform-specific bundles, employing a single-file component system that encapsulates templates, logic, and styles. The framework provides a reactive state management system that automatically synchronizes application data with the user interface through computed properties and watchers. The project distinguishes itself through a robust build-time toolchain that supports sub-package p

    JavaScript
    Vezi pe GitHub↗3,905
  • areslabs/alitaAvatar areslabs

    areslabs/alita

    2,017Vezi pe GitHub↗

    一套把React Native代码转换成微信小程序代码的转换引擎工具。我们不造轮子,不发明新框架,只是提供工具把RN扩展到微信小程序端。

    JavaScript
    Vezi pe GitHub↗2,017
  • dunglas/react-esiAvatar dunglas

    dunglas/react-esi

    684Vezi pe GitHub↗

    React ESI: Blazing-fast Server-Side Rendering for React and Next.js

    TypeScript
    Vezi pe GitHub↗684
  • emilk/eguiAvatar emilk

    emilk/egui

    29,409Vezi pe GitHub↗

    This library is an immediate mode graphical user interface toolkit that reconstructs the entire interface every frame. By executing procedural code within a high-frequency loop that matches the display refresh rate, it allows developers to define interactive elements and state updates directly. The framework utilizes a multi-pass rendering approach to resolve layout dependencies, ensuring that widget sizes and positions are calculated accurately before final placement to prevent visual jitter. The project functions as a cross-platform graphics toolkit, providing a portable rendering layer tha

    Rusteguigame-developmentgamedev
    Vezi pe GitHub↗29,409
  • engineersmith/applecakeAvatar EngineerSmith

    EngineerSmith/AppleCake

    31Vezi pe GitHub↗

    Visual Profiling tool for Love2D using Chromium's tracing tool

    Lua
    Vezi pe GitHub↗31
  • facebook/reactAvatar facebook

    facebook/react

    245,669Vezi pe GitHub↗

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

    JavaScriptjavascriptuifrontend
    Vezi pe GitHub↗245,669
  • ggordan/react-infinite-gridAvatar ggordan

    ggordan/react-infinite-grid

    202Vezi pe GitHub↗

    A React component which renders a grid of elements.

    JavaScript
    Vezi pe GitHub↗202
  • ghivert/grille-painAvatar ghivert

    ghivert/grille-pain

    24Vezi pe GitHub↗

    grillepain is a toaster for lustre, and gleam in a more general manner. It tries to be both simple to use, and simple to customise to adapt to your use case. Features could be missing, as grillepain is also an experimentation to add support for effect managers for lustre. It can however…

    Gleam
    Vezi pe GitHub↗24
  • ghivert/redrawAvatar ghivert

    ghivert/redraw

    72Vezi pe GitHub↗

    React opinionated bindings for Gleam. Use React directly from Gleam, with a friendly API that will never get in your way. Redraw tries to stick to React conventions, while providing idiomatic Gleam code. Write interoperable code between React and Gleam, reuse existing components, and leverage…

    Gleam
    Vezi pe GitHub↗72
  • ghivert/sketchG

    ghivert/sketch

    0Vezi pe GitHub↗

    Monorepo for the Sketch, CSS-in-Gleam project. Sketch is both a specification and multiple runtimes to get CSS in Gleam correctly executed.

    Vezi pe GitHub↗0
  • ghivert/tardisG

    ghivert/tardis

    0Vezi pe GitHub↗

    Every good frontend framework deserve to have a good debugger. Tardis tries to fill this gap with Lustre. Because of the immutable nature and the management of side-effects of lustre, it's possible to implement a debugger able to register everything that happened in the app and that can rewind…

    Vezi pe GitHub↗0
  • hateonion/react-bits-cnH

    hateonion/react-bits-CN

    0Vezi pe GitHub↗
    Vezi pe GitHub↗0
  • hexacta/didactAvatar hexacta

    hexacta/didact

    6,752Vezi pe GitHub↗

    Didact is a virtual DOM UI framework and a technical implementation guide for building component-based libraries from scratch. It functions as a concurrent rendering engine that divides interface updates into small units of work to maintain main-thread responsiveness. The project features a fiber-based renderer and a hook-based state manager that utilizes linked-list storage to preserve data across render cycles. It employs a double-buffered render tree to calculate updates before committing them to the user interface. The framework covers recursive DOM mounting to transform virtual elements

    JavaScript
    Vezi pe GitHub↗6,752
  • hujiulong/blogAvatar hujiulong

    hujiulong/blog

    1,447Vezi pe GitHub↗

    :open_book:

    Vezi pe GitHub↗1,447
  • hyperapp/hyperappAvatar hyperapp

    hyperapp/hyperapp

    19,211Vezi pe GitHub↗

    Hyperapp is a lightweight JavaScript framework for building web applications. It functions as a declarative state management system that synchronizes the user interface with a centralized application state. The framework utilizes a virtual DOM to render user interfaces and reconcile changes to the browser display. It employs a subscription model to synchronize external web APIs and asynchronous events with the global state. The system manages data through a single-state-tree architecture, where updates are handled via discrete actions and pure functions. This approach ensures that the view u

    JavaScript
    Vezi pe GitHub↗19,211
  • iced-rs/icedAvatar iced-rs

    iced-rs/iced

    30,757Vezi pe GitHub↗

    Iced is a cross-platform graphical user interface framework designed for building interactive applications with a focus on type safety and predictable state management. It utilizes a declarative architecture that separates application state, update logic, and view rendering, allowing developers to construct complex interfaces by nesting reusable functional components. The framework distinguishes itself through an Elm-inspired message-passing pattern, where all user interactions are processed as discrete messages to ensure reliable state transitions. It employs an immediate-mode rendering para

    Rustelmgraphicsgui
    Vezi pe GitHub↗30,757
  • alibaba/raxAvatar alibaba

    alibaba/rax

    8,036Vezi pe GitHub↗

    Rax is a React universal application framework and isomorphic JavaScript environment designed to render a single codebase across web, mobile, and mini-program platforms. It functions as a cross-platform component renderer that translates React components into platform-specific elements using a standardized driver specification. The framework utilizes a universal UI driver specification to decouple component logic from the underlying UI layer, allowing for standardized DOM manipulation and event handling across different execution environments. This architecture enables the integration of nati

    JavaScript
    Vezi pe GitHub↗8,036