diff --git a/README.md b/README.md index 15f2ab7bb2..bace2ae95c 100644 --- a/README.md +++ b/README.md @@ -58,6 +58,7 @@ Thanks to: - [React Native](https://reactnative.dev/) for groundbreaking work in allowing developers to create truly native apps using JavaScript and React. - [Rspack](https://rspack.dev/) for providing a fast and flexible build tool that has significantly enhanced the build performance of Lynx projects. - [React Native for Web](https://necolas.github.io/react-native-web/) project for inspiring the Lynx for Web project, motivating our architectural design with its accessible implementation and interoperability with React DOM. +- [SWC](https://github.com/swc-project/swc) project created by [@kdy1](https://github.com/kdy1), which turbocharges ReactLynx's code transformation with Rust-powered efficiency, achieving sub-second build times and frictionless developer experience. [1]: https://github.com/lynx-family/lynx-stack/tree/main/packages/react [2]: https://github.com/lynx-family/lynx-stack/tree/main/packages/rspeedy diff --git a/packages/react/README.md b/packages/react/README.md index 7175f8a5ce..59702d4de7 100644 --- a/packages/react/README.md +++ b/packages/react/README.md @@ -69,3 +69,4 @@ Thanks to: - [Preact](https://preactjs.com/) for creating a lightweight and efficient UI library that served as a foundation for the ReactLynx project. - [React](https://react.dev/) for creating a comprehensive and intuitive library for building user interfaces and providing the inspiration for ReactLynx's development model. +- [SWC](https://github.com/swc-project/swc) project created by [@kdy1](https://github.com/kdy1), which turbocharges ReactLynx's code transformation with Rust-powered efficiency, achieving sub-second build times and frictionless developer experience. diff --git a/packages/rspeedy/core/README.md b/packages/rspeedy/core/README.md index 071b2e7d2b..8b611d151e 100644 --- a/packages/rspeedy/core/README.md +++ b/packages/rspeedy/core/README.md @@ -11,7 +11,7 @@

-The built tool for Lynx. +The Rspack-based build tool for Lynx. ## Getting Started