Skip to content

Commit

Permalink
Remove scarf dep
Browse files Browse the repository at this point in the history
  • Loading branch information
slightlytyler committed Jul 13, 2020
1 parent a7921bf commit 7ef2dc9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
2 changes: 0 additions & 2 deletions docs/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@ or
yarn add final-form react-final-form
```

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.

## Architecture

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.
Expand Down
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,6 @@
"url": "https://opencollective.com/final-form"
},
"dependencies": {
"@babel/runtime": "^7.10.0",
"@scarf/scarf": "^1.0.5"
"@babel/runtime": "^7.10.0"
}
}
}

0 comments on commit 7ef2dc9

Please sign in to comment.