260 libraries
Relay is Facebook's GraphQL client framework for React that lets components declare their own data requirements via colocated GraphQL fragments, then compiles and batches them into efficient network requests with built-in caching, mutations, optimistic updates, and pagination.
ice.js is Alibaba's universal React-based application framework offering zero-config builds, file-system routing, built-in state management and data fetching, and hybrid SSR/SSG rendering, extensible through a plugin system and able to target web, mini-programs, and Weex.
Wasp is a Rails-like, declarative full-stack web framework that uses a high-level spec file to generate a React + TanStack Query frontend, Node.js/Express backend, and Prisma database layer — handling auth, RPC, jobs, and deployment with minimal boilerplate.
A curated knowledge map of front-end and computer-science interview topics, distilled from a large collection of real interview questions at top tech companies. It organizes near-100 commonly-tested concepts (JS, browser, performance, networking, etc.) into structured study notes, with bilingual (Chinese/English) versions.
dva is a lightweight React and Redux application framework that wraps redux, redux-saga, and react-router behind a minimal API. It organizes state into Elm-inspired models composed of reducers, effects, and subscriptions, reducing the boilerplate of the traditional Redux ecosystem.
Umi is an extensible, convention-over-configuration React application framework from the Ant Group ecosystem, providing routing, build tooling, plugins, and conventions out of the box for enterprise-grade web apps.
open-saas is an open-source TypeScript project in the claude space with 14.7k GitHub stars. The repository is actively maintained, with recent commits.
Vue 2 is the now end-of-life version of the progressive JavaScript framework for building user interfaces, centered on a reactive, component-based view layer with an incrementally adoptable design. This repository is archived in favor of Vue 3 (vuejs/core).
Nuxt is a Vue-based meta-framework for building full-stack web applications, providing file-based routing, server-side rendering, static generation, auto-imports, and a modular ecosystem out of the box.
Vue.js core is a progressive JavaScript/TypeScript framework for building user interfaces, centered on a reactive data system and declarative component-based rendering. This repository (Vue 3) houses the reactivity engine, compiler, runtime, and Single-File Component support.
Quasar is a Vue.js-based framework that bundles a rich Material Design component library with build tooling, letting developers ship SPAs, SSR apps, PWAs, mobile (Cordova/Capacitor), Electron desktop apps, and browser extensions from one codebase.
A jQuery-based plugin that turns plain HTML tables into feature-rich data tables for Bootstrap, adding sorting, pagination, row selection, AJAX/JSON loading, card and detail views, localization, and a large extension ecosystem—configurable largely through HTML data attributes.
Vue Material is a lightweight Vue.js component library that implements Google's Material Design specification, offering themeable, on-demand-importable UI components like buttons, tabs, dialogs, and form controls.
gridsome is an open-source JavaScript project in the build tools space with 8.5k GitHub stars.
Vue Native is a (now deprecated) framework for building cross-platform native mobile apps using Vue.js syntax. It acts as a thin wrapper over React Native's APIs, letting developers write single-file Vue components that compile down to React Native components for iOS and Android.
midway is an open-source TypeScript project in the testing space with 7.7k GitHub stars. The repository is actively maintained, with recent commits.
iconify is an open-source TypeScript project in the frameworks space with 6.1k GitHub stars. The repository is actively maintained, with recent commits.
Vuesax is a Vue.js UI component framework offering a set of responsive, design-focused components with a distinctive visual style for building web application interfaces.
Aimeos is a full-featured, API-first e-commerce platform built for Laravel, offering REST/GraphQL APIs, a complete admin backend, and support for multi-vendor, multi-channel, and multi-warehouse storefronts that scale from a handful to billions of items. It can be installed standalone, added to an existing Laravel app, or run headless for SPA/PWA frontends.
react-snap is a build-time prerendering tool that uses headless Chrome (via Puppeteer) to crawl a deployed single-page app and emit static, pre-rendered HTML for each route. It improves perceived performance and SEO without requiring server-side rendering infrastructure.