alibaba/ice

🚀 ice.js: The Progressive App Framework Based On React(基于 React 的渐进式应用框架)

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 4 minutes ago
Added to GitGenius on September 3rd, 2026
Created on November 3rd, 2016
Open Issues & Pull Requests: 395 (+0)
GitHub issues: Enabled
Number of forks: 2,103
Total Stargazers: 18,621 (+0)
Total Subscribers: 443 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 12.2 hours
Mean response time: 5.8 days
90th percentile: 8.9 days
Tracked items: 89

How this project is maintained

Around half of the issues opened in the past year never receive a reply. 93% of open issues come from outside the core team, so the backlog reflects real-world use rather than internal planning. Only 7% of issues opened in the past year have been closed. Three people close 68% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 42
New in 7 days: 0
Closed in 7 days: 0
Avg open age: 658 days
Stale 30+ days: 42
Stale 90+ days: 42

Recent activity

Opened in 7 days: 0
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 0

Top labels

  • bug (66)
  • rfc (3)
  • feature request (2)
  • PR Welcome (1)
  • Vite Mode (1)
  • enhancement (1)
  • need repro (1)
  • urgent (1)

Most active issues this week

No issue events were indexed in the last 7 days.

Detailed Description

ice.js is a progressive application framework based on React that supports building single-page applications, multi-page applications, micro frontends, and server-side rendered sites from a unified codebase.

The framework addresses the complexity of configuring modern JavaScript tooling by providing zero-configuration setup for ES6+, TypeScript, and CSS preprocessing out of the box. It implements file-system based routing and includes built-in patterns for state management and data fetching. The tool supports multiple rendering strategies, including static site generation at build time and server-side rendering at request time, allowing developers to optimize performance based on their needs. A plugin system enables extending functionality and sharing solutions across projects.

The framework suits teams building React applications who want to avoid build configuration overhead while maintaining flexibility across different deployment targets. It is particularly valuable for projects requiring both web and mobile outputs, as it supports web, miniapp, and Weex platforms. The tool's zero-config approach makes it accessible to developers who prioritize productivity over customization, though those needing fine-grained control over bundling or build processes may find the abstraction limiting.

The project maintains a substantial user base, with almost all open issues originating from external adopters rather than the core team. Maintainers typically respond to new issues and pull requests within a day. Work in the issue tracker centers on bug reports, feature requests, and requests for comments on proposed changes.