An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

# React.js Hooks for Backbone.js

[![Continuous Integrations](https://github.com/VitorLuizC/react-hooks-for-backbone/actions/workflows/continuous-integrations.yaml/badge.svg?branch=main)](https://github.com/VitorLuizC/react-hooks-for-backbone/actions/workflows/continuous-integrations.yaml)
[![License](https://badgen.net/github/license/VitorLuizC/react-hooks-for-backbone)](./LICENSE)
[![Package tree-shaking](https://badgen.net/bundlephobia/tree-shaking/react-hooks-for-backbone)](https://bundlephobia.com/package/react-hooks-for-backbone)
[![Package minified & gzipped size](https://badgen.net/bundlephobia/minzip/react-hooks-for-backbone)](https://bundlephobia.com/package/react-hooks-for-backbone)
[![Package dependency count](https://badgen.net/bundlephobia/dependency-count/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).