Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: add Rspeedy and Lynx to ecosystem #9556

Merged
merged 2 commits into from
Mar 5, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions website/docs/en/guide/start/quick-start.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,10 @@ npx install-rspack --version 1.0.0-canary-d614005-20250101082730 # Install the s

[Rsdoctor](https://rsdoctor.dev/) is a build analyzer that can visually display the build process, such as compilation time, code changes before and after compilation, module reference relationships, duplicate modules, etc.

### Rspeedy

[Rspeedy](https://lynxjs.org/rspeedy/) is an Rspack-based build tool designed specifically for Lynx applications. [Lynx](https://lynxjs.org/) is a family of technologies empowering developers to use their existing web skills to create truly native UIs for both mobile and web from a single codebase.

### Modern.js

[Modern.js](https://modernjs.dev/en/) is a Rspack-based progressive React framework that supports nested routes, SSR, and provides out-of-the-box CSS solutions such as styled components and Tailwind CSS.
Expand Down
4 changes: 4 additions & 0 deletions website/docs/zh/guide/start/quick-start.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,10 @@ npx install-rspack --version 1.0.0-canary-d614005-20250101082730 # 安装指定

[Rsdoctor](https://rsdoctor.dev/) 是一个针对 Rspack 的构建分析器,可以直观地展示构建过程,例如编译时间、编译前后的代码变化、模块引用关系、重复模块等。如果你需要排查构建产物或构建时编译问题,可以使用 Rsdoctor。

### Rspeedy

[Rspeedy](https://lynxjs.org/rspeedy/) 是一个基于 Rspack 的构建工具,专门为 Lynx 应用设计。[Lynx](https://lynxjs.org/) 是一套帮助 Web 开发者复用现有经验、通过一份代码同时构建移动端原生界面与 Web 端界面的技术方案。

### Modern.js

[Modern.js](https://modernjs.dev/) 是一个基于 Rspack 实现的渐进式 React 框架,支持嵌套路由、服务器端渲染(SSR)和模块联邦,并提供开箱即用的 CSS 解决方案。
Expand Down
1 change: 1 addition & 0 deletions website/project-words.txt
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,7 @@ Rslib
rspack
Rspack
rspackplugin
Rspeedy
rspress
Rspress
rstack
Expand Down
Loading