diff --git a/.changeset/spicy-hoops-find.md b/.changeset/spicy-hoops-find.md new file mode 100644 index 000000000..07bca1f79 --- /dev/null +++ b/.changeset/spicy-hoops-find.md @@ -0,0 +1,5 @@ +--- +'rock-docs': patch +--- + +docs: add acknowledgements diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index e90d2f9ed..8bfbc4b34 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -437,8 +437,8 @@ importers: website: dependencies: '@callstack/rspress-preset': - specifier: ~0.4.1 - version: 0.4.1(@rsbuild/core@1.5.4)(@rspress/core@2.0.0-beta.32(@types/react@19.1.9))(react@19.1.1) + specifier: ~0.4.2 + version: 0.4.2(@rsbuild/core@1.5.4)(@rspress/core@2.0.0-beta.32(@types/react@19.1.9))(react@19.1.1) '@rspress/core': specifier: 2.0.0-beta.32 version: 2.0.0-beta.32(@types/react@19.1.9) @@ -1165,13 +1165,13 @@ packages: webpack: optional: true - '@callstack/rspress-preset@0.4.1': - resolution: {integrity: sha512-5fsfcWUylQ9GQOlM92wEGOlD7Fskr4TBYzNw8i+G6Tyxm6xbXWr6/ogIN/6PPgOokXiJnYdxdvwKvyX08tYBqQ==} + '@callstack/rspress-preset@0.4.2': + resolution: {integrity: sha512-8Vh/XGNDowOH34ja8jExyoLFLydRe+kIShwqScMWI93mcMnDfVbbbKhcdhnM0ww0ywkplqx22NYAR/DnAIAAqw==} peerDependencies: '@rspress/core': 2.0.0-beta.32 - '@callstack/rspress-theme@0.4.1': - resolution: {integrity: sha512-J06H+FsDXHBFJzhL/g+Nt8BZS+7fCWvBVbAFDQvJ6qdCIX+BaJ3vspqXMSokvbT0wbJpspbaVEPeyzBRkhVTXw==} + '@callstack/rspress-theme@0.4.2': + resolution: {integrity: sha512-2eJQOUm/hYwg7QF72OJuvmG8MYZ24lEs2HjaJ+dejDslmis0NmQHbgz6FzEGNGmP0qEU7XgebAwiLTH5KzKB/w==} peerDependencies: '@rspress/core': ^2.0.0-beta.32 react: ^19.0.0 @@ -7797,9 +7797,9 @@ snapshots: - supports-color - utf-8-validate - '@callstack/rspress-preset@0.4.1(@rsbuild/core@1.5.4)(@rspress/core@2.0.0-beta.32(@types/react@19.1.9))(react@19.1.1)': + '@callstack/rspress-preset@0.4.2(@rsbuild/core@1.5.4)(@rspress/core@2.0.0-beta.32(@types/react@19.1.9))(react@19.1.1)': dependencies: - '@callstack/rspress-theme': 0.4.1(@rspress/core@2.0.0-beta.32(@types/react@19.1.9))(react@19.1.1) + '@callstack/rspress-theme': 0.4.2(@rspress/core@2.0.0-beta.32(@types/react@19.1.9))(react@19.1.1) '@rspress/core': 2.0.0-beta.32(@types/react@19.1.9) '@rspress/plugin-llms': 2.0.0-beta.32(@rspress/core@2.0.0-beta.32(@types/react@19.1.9)) '@rspress/plugin-sitemap': 2.0.0-beta.32(@rspress/core@2.0.0-beta.32(@types/react@19.1.9)) @@ -7817,7 +7817,7 @@ snapshots: - vue - vue-router - '@callstack/rspress-theme@0.4.1(@rspress/core@2.0.0-beta.32(@types/react@19.1.9))(react@19.1.1)': + '@callstack/rspress-theme@0.4.2(@rspress/core@2.0.0-beta.32(@types/react@19.1.9))(react@19.1.1)': dependencies: '@rspress/core': 2.0.0-beta.32(@types/react@19.1.9) react: 19.1.1 diff --git a/website/package.json b/website/package.json index 631e65558..35b2f44f7 100644 --- a/website/package.json +++ b/website/package.json @@ -9,7 +9,7 @@ }, "dependencies": { "@rspress/core": "2.0.0-beta.32", - "@callstack/rspress-preset": "~0.4.1" + "@callstack/rspress-preset": "~0.4.2" }, "devDependencies": { "@types/node": "^18.11.17", diff --git a/website/src/docs/_meta.json b/website/src/docs/_meta.json index c710ce99f..dc4f6fb40 100644 --- a/website/src/docs/_meta.json +++ b/website/src/docs/_meta.json @@ -23,5 +23,10 @@ "type": "dir", "name": "brownfield", "label": "Integration with Native Apps" + }, + { + "type": "file", + "name": "acknowledgements", + "label": "Acknowledgements" } ] diff --git a/website/src/docs/acknowledgements.md b/website/src/docs/acknowledgements.md new file mode 100644 index 000000000..d49146db3 --- /dev/null +++ b/website/src/docs/acknowledgements.md @@ -0,0 +1,19 @@ +# Acknowledgements + +Rock wouldn’t exist without the work that came before it. We want to thank the teams who pushed forward ideas in React Native builds and developer tooling. Ideas that shaped how we think about speed, reliability, and what a truly modern build system should be. + +## RNX Kit + +The [@rnx-kit/build](https://github.com/microsoft/rnx-kit/blob/7bf2194df8d5b7978602139cad24db656c3c962d/incubator/build/README.md#L4) command was the initial inspiration for Rock’s remote build system. Our original idea was to enable React Native projects to build in the cloud and cache their results. As we learned, `rnx-kit` explored a different approach to scheduling builds, which led us down a separate path based on fingerprints. + +## Expo Fingerprint + +Expo’s work on [`@expo/fingerprint`](https://github.com/expo/expo/tree/4991b5e35ad90ef9e022ebd2854f4bf5d88dc50d/packages/%40expo/fingerprint) was foundational for Rock. It introduced the concept of tying a project’s native sources to a unique hash that identifies the resulting binary. That idea directly paved the way for Rock’s remote (and local) build cache, something that [Expo CLI also supports](https://docs.expo.dev/guides/cache-builds-remotely/). + +## React Native Community CLI + +The [React Native Community CLI](https://github.com/react-native-community/cli) has been a major source of inspiration for Rock’s design, especially since Rock’s founding team also spent years maintaining the CLI. Its configuration system, modular architecture, and clear run/build commands demonstrated what powerful yet extensible tooling could look like. Particularly for projects that need to support non-standard configurations and multiple platforms. + +## React Native Brownfield + +Callstack’s [React Native Brownfield](https://github.com/callstack/react-native-brownfield) project allowed us to deliver a holistic developer experience for native apps that adopt React Native incrementally. Together with packaging approach Callstack pioneered, it's foundational for Rock's Brownfield support.