Installation
Organizes package installation, peer dependencies, and import paths.
npm
bash
peer dependencies
reactand rxjsis a peer dependency. The React hook must match the app's React instance, and BehaviorSubjectit is exposed in the public API, so it is safer for the app and library to look at the same RxJS version.
js
import path
ts