Skip to content

Commit 4d37306

Browse files
committed
Merge branch 'master' of github.com:final-form/react-final-form
2 parents b9cb167 + 9924f34 commit 4d37306

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

docs/getting-started.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ or
1616
yarn add final-form react-final-form
1717
```
1818

19+
React Final Form uses [scarf-js](https://github.com/scarf-sh/scarf-js) to collect anonymized installation analytics. These analytics help support the maintainers of this library. However, if you'd like to opt out, you can do so by setting `scarfSettings.enabled = false` in your project's `package.json`. Alternatively, you can set the environment variable `SCARF_ANALYTICS=false` before you install.
20+
1921
## Architecture
2022

2123
React Final Form is a thin React wrapper for [Final Form](/), which is a subscriptions-based form state management library that uses the [Observer pattern](https://en.wikipedia.org/wiki/Observer_pattern), so only the components that need updating are re-rendered as the form's state changes.

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,7 @@
129129
},
130130
"dependencies": {
131131
"@babel/runtime": "^7.9.2",
132+
"@scarf/scarf": "^1.0.5",
132133
"ts-essentials": "^6.0.3"
133134
}
134135
}

0 commit comments

Comments
 (0)