Backbone-controlled React components
npm install @helpscout/brigade  
> Backbone-controlled React components
- What is Brigade?
- Is Brigade for me?
- Dependencies
- Installation
- Documentation
Brigade is a library that enhances Backbone or Marionette views. It provides a
couple of abstractions for:
- Mounting one or more React components into a Backbone or Marionette view
- Keeping React components in sync with Backbone collections and models
- Using actions defined in a Backbone or Marionette view with a React component
If you are integrating React components into a legacy Backbone/Marionette
application than Brigade may be a good fit for your project.
If you are simply looking for a state management solution for your React
project, then Brigade is not for you. In this case, try
MobX,
Redux,
Unistore or another solution.
Brigade has the following peer dependencies:
- Backbone
- Marionette (Optional)
- React
- React DOM
Marionette is optional. Backbone requires jQuery and Underscore.
````
npm install @helpscout/brigade
- Docs: https://brigade.netlify.com
- Storybook: https://brigade-storybook.netlify.com