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

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
TalkingData avatar

TalkingData/iview-weapp

0
View on GitHub↗
6,607 stars·1,149 forks·Less·17 viewsweapp.iviewui.com↗

Iview Weapp

iView WeApp is a UI component library designed specifically for building WeChat mini-program interfaces. It provides a set of reusable, pre-styled components that developers can compose into mobile pages and layouts, following the native WeChat component model where each component has its own template, style, script, and configuration files.

The library organizes the user interface as a tree of self-contained components that manage their own view and logic, with a clear separation between behavior in JavaScript files and visual structure in WXML templates. Components are packaged as independent modules that can be imported into a page by declaring their file path in a JSON configuration object, enabling reuse across different pages and projects.

A built-in demo application lists all available components for visual preview and testing, allowing developers to inspect each component before integrating it into their own projects.

Features

  • WeChat Mini Program Libraries - Provides a set of reusable, pre-styled UI components for building WeChat mini-program interfaces.
  • Component Models - Leverages the native WeChat component system where each component has its own template, style, script, and configuration files.
  • Logic and Presentation Separation - Keeps component behaviour in JavaScript files and visual structure in WXML templates, with styles in WXSS.
  • Reusable Component Architectures - Packages UI elements as independent modules that can be imported and reused across different pages and projects.
  • UI Component Libraries - Composes mobile interfaces by assembling reusable UI components into pages and layouts.
  • Component-Based Architectures - Organises the UI as a tree of reusable, self-contained components that manage their own view and logic.
  • Component Showcase Demos - Ships a built-in demo that lists all available components for visual preview and testing.
  • Declarative Component Imports - Imports a pre-built UI component into a page by declaring its file path in the page configuration.
  • Component Previewers - Opens a built-in demo that displays every available UI component for visual inspection and testing.
  • Component Declaration Schemas - Declares which components a page uses by listing their file paths in a JSON configuration object.
  • UI and Functional Components - High-quality UI component library for小程序.

Star history

Star history chart for talkingdata/iview-weappStar history chart for talkingdata/iview-weapp

How this analysis was created: This summary and feature list were written by an AI model that read the project's README and public documentation pages. Each feature links to the documentation it came from; stars, license and language come straight from the GitHub API. The model does not read the source code, and the analysis is refreshed when the project is re-analysed. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Open-source alternatives to Iview Weapp

Similar open-source projects, ranked by how many features they share with Iview Weapp.
  • wux-weapp/wux-weappwux-weapp avatar

    wux-weapp/wux-weapp

    5,051View on GitHub↗

    wux-weapp is a component-based UI library designed specifically for the WeChat Mini Program environment. It provides a collection of standardized, reusable, and extensible building blocks to create consistent layouts and interactions across mobile application pages. The framework functions as a cross-platform interface kit that enables frontend interface standardization and a rapid prototyping workflow. It allows for the construction of professional mobile UI designs by utilizing pre-styled visual elements instead of writing custom styles and logic from scratch. The library incorporates a BE

    JavaScript
    View on GitHub↗5,051
  • mithi/react-philosophiesmithi avatar

    mithi/react-philosophies

    3,728View on GitHub↗

    This project is a collection of architectural guidelines and design patterns for building applications with the React library. It provides a framework for organizing frontend architecture, component design standards, and state management strategies to reduce technical debt and complexity. The guide emphasizes a modular approach to component design, focusing on the separation of business logic from the user interface and the use of primitive props to ensure single responsibility. It advocates for a testing philosophy centered on user behavior and integration outcomes rather than internal imple

    clean-codehacktoberfestreact
    View on GitHub↗3,728
  • toddmotto/angularjs-styleguidetoddmotto avatar

    toddmotto/angularjs-styleguide

    5,919View on GitHub↗

    This is a style guide for structuring AngularJS applications using a component-based architecture. It provides a set of conventions for organizing code into self-contained modules, each encapsulating its own logic, templates, and routing. The guide promotes a modular application structure built from root, component, common, and feature modules to improve maintainability and reusability. The guide establishes a one-way data flow pattern where parent components pass data to children through bindings, and children communicate changes back up through events. It distinguishes between stateful comp

    angularangularjses2015
    View on GitHub↗5,919
  • talelin/lin-uiTaleLin avatar

    TaleLin/lin-ui

    4,155View on GitHub↗

    Lin-ui is a component library and development toolkit designed specifically for creating WeChat Mini Program applications. It functions as a responsive UI framework that provides pre-built user interface components and a set of helper functions for mobile app environments. The project includes a build tool focused on mini program bundle optimization, allowing for the compilation of specific components and the removal of unused assets to reduce package size. It also features a system for responsive interface design that translates static pixel values into flexible units for different screen si

    JavaScript
    View on GitHub↗4,155
See all 30 alternatives to Iview Weapp→

Frequently asked questions

What does talkingdata/iview-weapp do?

iView WeApp is a UI component library designed specifically for building WeChat mini-program interfaces. It provides a set of reusable, pre-styled components that developers can compose into mobile pages and layouts, following the native WeChat component model where each component has its own template, style, script, and configuration files.

What are the main features of talkingdata/iview-weapp?

The main features of talkingdata/iview-weapp are: WeChat Mini Program Libraries, Component Models, Logic and Presentation Separation, Reusable Component Architectures, UI Component Libraries, Component-Based Architectures, Component Showcase Demos, Declarative Component Imports.

What are some open-source alternatives to talkingdata/iview-weapp?

Open-source alternatives to talkingdata/iview-weapp include: wux-weapp/wux-weapp — wux-weapp is a component-based UI library designed specifically for the WeChat Mini Program environment. It provides a… mithi/react-philosophies — This project is a collection of architectural guidelines and design patterns for building applications with the React… toddmotto/angularjs-styleguide — This is a style guide for structuring AngularJS applications using a component-based architecture. It provides a set… talelin/lin-ui — Lin-ui is a component library and development toolkit designed specifically for creating WeChat Mini Program… frontendmasters/front-end-handbook-2018 — This project is a comprehensive front-end development guide and roadmap designed to help engineers master the skills… xiaolin3303/wx-charts — wx-charts is a data visualization library and set of UI components designed specifically for the WeChat Mini Program…