https://github.com/vitorluizc/react-hooks-for-backbone
React.js Hooks to connect your components with Backbone.js's models, events and collections.
https://github.com/vitorluizc/react-hooks-for-backbone
backbone react react-hooks
Last synced: 8 months ago
JSON representation
React.js Hooks to connect your components with Backbone.js's models, events and collections.
- Host: GitHub
- URL: https://github.com/vitorluizc/react-hooks-for-backbone
- Owner: VitorLuizC
- License: mit
- Created: 2022-07-12T01:27:38.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-06-12T00:31:33.000Z (about 3 years ago)
- Last Synced: 2025-07-01T02:53:17.013Z (12 months ago)
- Topics: backbone, react, react-hooks
- Language: TypeScript
- Homepage: https://www.npmjs.com/package/react-hooks-for-backbone
- Size: 1.64 MB
- Stars: 8
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# React.js Hooks for Backbone.js
[](https://github.com/VitorLuizC/react-hooks-for-backbone/actions/workflows/continuous-integrations.yaml)
[](./LICENSE)
[](https://bundlephobia.com/package/react-hooks-for-backbone)
[](https://bundlephobia.com/package/react-hooks-for-backbone)
[](https://bundlephobia.com/package/react-hooks-for-backbone)
React.js Hooks to connect your components with Backbone.js models, events and collections.
## Installation
This library is published in the NPM registry and can be installed using any compatible package manager.
```sh
npm install react-hooks-for-backbone --save
# For Yarn, use the command below.
yarn add react-hooks-for-backbone
```
### Installation from CDN
This module has an UMD bundle available through JSDelivr and Unpkg CDNs.
```html
// UMD module is exposed through the "ReactHooksForBackbone" global variable.
console.log(ReactHooksForBackbone);
```
## Documentation
[Documentation generated from source files by Typedoc](./docs/README.md).
## License
Released under [MIT License](./LICENSE).