-
-
Notifications
You must be signed in to change notification settings - Fork 616
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: add blogs overview page (#6446)
* docs: add blogs overview page * docs: fix
- Loading branch information
1 parent
81f97fb
commit 4523633
Showing
6 changed files
with
162 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
[ | ||
"index", | ||
"announcing-0-6", | ||
"announcing-0-5", | ||
"module-federation-added-to-rspack", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,79 @@ | ||
--- | ||
title: Overview | ||
--- | ||
|
||
# Rspack Blogs | ||
|
||
Check here for the latest articles and release announcements about Rspack. | ||
|
||
## [Deep Dive into Rspack Tree Shaking](https://github.com/orgs/web-infra-dev/discussions/17) | ||
|
||
> April 17, 2024 | ||
This article primarily focuses on understanding the concept of Rspack & Webpack tree shaking. | ||
|
||
## [Announcing Rspack v0.6](/blog/announcing-0-6) | ||
|
||
> April 10, 2024 | ||
Rspack v0.6 is out, with built-in support for mini-css-extract-plugin and new tree-shaking enabled by default. | ||
|
||
## [Webpack Chunk Graph Algorithm](https://github.com/orgs/web-infra-dev/discussions/15) | ||
|
||
> January 12, 2024 | ||
This article introduces the chunk strategy of webpack. Through this article, you can understand when a chunk will be generated in the code and how to reduce the chunk size, etc. | ||
|
||
## [Announcing Rspack v0.5](/blog/announcing-0-5) | ||
|
||
> January 09, 2024 | ||
Rspack v0.5 is out, supporting Module Federation and removing the default SWC transformation. | ||
|
||
## [Module Federation added to Rspack](/blog/module-federation-added-to-rspack) | ||
|
||
> January 09, 2024 | ||
The latest Rspack 0.5.0 introduces the highly anticipated Module Federation, which is detailed in this article. | ||
|
||
## [Webpack CSS Order Issue](https://github.com/orgs/web-infra-dev/discussions/12) | ||
|
||
> November 29, 2023 | ||
This article shows how the CSS order problem occurs in webpack and how to solve it. | ||
|
||
## [Announcing Rspack v0.4](/blog/announcing-0-4) | ||
|
||
> November 02, 2023 | ||
Rspack v0.5 is out, removing support for some builtin features. | ||
|
||
## [Deep Dive into Top-level await](https://github.com/orgs/web-infra-dev/discussions/9) | ||
|
||
> October 26, 2023 | ||
In this article, we will take a closer look at aspects such as the specification, toolchain support, webpack runtime, and profiling of top level await. | ||
|
||
## [Design Trade-offs in Bundler](https://github.com/orgs/web-infra-dev/discussions/1) | ||
|
||
> August 30, 2023 | ||
This article explains why we decided to develop Rspack and what trade-offs we made during the design process. | ||
|
||
## [Announcing Rspack v0.3](/blog/announcing-0-3) | ||
|
||
> August 24, 2023 | ||
Rspack v0.3 is out, adding support for web workers and the builtin:swc-loader. | ||
|
||
## [Announcing Rspack v0.2](/blog/announcing-0-2) | ||
|
||
> June 02, 2023 | ||
Rspack v0.2 is out, introducing many new features, such as support for realContentHash, DataURI, and the ESM format, and more. | ||
|
||
## [Announcing Rspack v0.1](/blog/announcing-0-1) | ||
|
||
> March 06, 2023 | ||
Rspack has officially been released! |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
[ | ||
"index.mdx", | ||
"announcing-0-6", | ||
"announcing-0-5", | ||
"module-federation-added-to-rspack", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,79 @@ | ||
--- | ||
title: 总览 | ||
--- | ||
|
||
# Rspack 博客 | ||
|
||
在此查看有关 Rspack 的最新文章和发布公告。 | ||
|
||
## [Deep Dive into Rspack Tree Shaking](https://github.com/orgs/web-infra-dev/discussions/17) | ||
|
||
> 2024 年 4 月 17 日 | ||
本文主要侧重于理解 Rspack 和 Webpack 中 tree shaking 的概念。 | ||
|
||
## [Rspack v0.6 发布公告](/blog/announcing-0-6) | ||
|
||
> 2024 年 4 月 10 日 | ||
Rspack v0.6 版本发布,内置支持 mini-css-extract-plugin,默认开启新版 tree shaking。 | ||
|
||
## [Webpack Chunk Graph 策略](https://github.com/orgs/web-infra-dev/discussions/16) | ||
|
||
> 2024 年 1 月 12 日 | ||
本文介绍了 webpack 的 chunk 策略,通过这篇文章,你可以理解代码中什么时候会产生 chunk,怎样减少 chunk 体积等。 | ||
|
||
## [Rspack v0.5 发布公告](/blog/announcing-0-5) | ||
|
||
> 2024 年 1 月 9 日 | ||
Rspack v0.5 版本发布,支持模块联邦,移除默认的 SWC 转换。 | ||
|
||
## [Rspack 支持 Module Federation](/blog/module-federation-added-to-rspack) | ||
|
||
> 2024 年 1 月 9 日 | ||
最新的 Rspack 0.5.0 引入了备受期待的模块联邦功能,本文对其进行了详细介绍。 | ||
|
||
## [Webpack CSS 顺序问题](https://github.com/orgs/web-infra-dev/discussions/13) | ||
|
||
> 2023 年 11 月 29 日 | ||
本文介绍了 webpack 中 CSS 顺序问题是怎样产生的,以及如何解决。 | ||
|
||
## [Rspack v0.4 发布公告](/blog/announcing-0-4) | ||
|
||
> 2023 年 11 月 22 日 | ||
Rspack v0.4 版本发布,移除对一些内置功能的支持。 | ||
|
||
## [深入了解 Top-level await](https://github.com/orgs/web-infra-dev/discussions/10) | ||
|
||
> 2023 年 10 月 26 日 | ||
在本文中,我们将对 top level await 的 specification、toolchain support、webpack runtime、profiling 等方面进行深入的分析。 | ||
|
||
## [Bundler 的设计取舍](https://github.com/orgs/web-infra-dev/discussions/4) | ||
|
||
> 2023 年 8 月 30 日 | ||
本文介绍了我们为什么要开发 Rspack,设计过程中进行了哪些取舍。 | ||
|
||
## [Rspack v0.3 发布公告](/blog/announcing-0-3) | ||
|
||
> 2023 年 8 月 24 日 | ||
Rspack v0.3 版本发布,新增 web workers、builtin:swc-loader 支持。 | ||
|
||
## [Rspack v0.2 发布公告](/blog/announcing-0-2) | ||
|
||
> 2023 年 6 月 2 日 | ||
Rspack v0.2 版本发布,新增了诸多功能,如 realContentHash、DataURI、ESM format 的支持等。 | ||
|
||
## [Rspack v0.1 发布公告](/blog/announcing-0-1) | ||
|
||
> 2023 年 3 月 6 日 | ||
Rspack 正式发布了! |