Skip to content
This repository was archived by the owner on May 20, 2020. It is now read-only.

Repository files navigation

Hackity some React and Backbone

A Prototype that demonstrates some ideas for replacing Backbone.Views with React components.

Benefits:

  • Opportunity to strictly enforce separation of concerns.
  • View re-renders are implicit. They occur whenever a Backbone object changes.
  • View re-renders are fast. They are done by diffing, so only parts that need changing are changed.
  • React components are composable.
  • JSX is badass.

Development:

$ gem install bundler
$ bundle install
$ npm install
$ gulp --fatal=off

Links worth visiting:

Uh...

alt tag

About

Prototyping some ideas for replacing Backbone.Views with React components

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages