Skip to content

Commit 7c3d633

Browse files
authored
docs: add acknowledgements (#581)
* docs: add acknowledgements * changeset
1 parent 3b2fa61 commit 7c3d633

File tree

5 files changed

+39
-10
lines changed

5 files changed

+39
-10
lines changed

.changeset/spicy-hoops-find.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'rock-docs': patch
3+
---
4+
5+
docs: add acknowledgements

pnpm-lock.yaml

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

website/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
},
1010
"dependencies": {
1111
"@rspress/core": "2.0.0-beta.32",
12-
"@callstack/rspress-preset": "~0.4.1"
12+
"@callstack/rspress-preset": "~0.4.2"
1313
},
1414
"devDependencies": {
1515
"@types/node": "^18.11.17",

website/src/docs/_meta.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,10 @@
2323
"type": "dir",
2424
"name": "brownfield",
2525
"label": "Integration with Native Apps"
26+
},
27+
{
28+
"type": "file",
29+
"name": "acknowledgements",
30+
"label": "Acknowledgements"
2631
}
2732
]
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# Acknowledgements
2+
3+
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.
4+
5+
## RNX Kit
6+
7+
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.
8+
9+
## Expo Fingerprint
10+
11+
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/).
12+
13+
## React Native Community CLI
14+
15+
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.
16+
17+
## React Native Brownfield
18+
19+
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.

0 commit comments

Comments
 (0)