react.rb
react.rb copied to clipboard
add methods to Element instead of as class methods on React module
for example React.render_to_static_markup
should be element.render_to_static_markup
, etc...
This issue was moved to reactrb/reactrb#91