hyper-react icon indicating copy to clipboard operation
hyper-react copied to clipboard

The project has moved to Hyperstack!!

Results 76 hyper-react issues
Sort by recently updated
recently updated
newest added

_From @wied03 on March 25, 2016 21:15_ In react-opal, you can use the React context feature, like this. I can probably do a PR for this. ``` ruby class ParentComponent...

react-opal transition

_From @catmando on February 5, 2016 19:20_ what should happen if native objects are passed to react.rb components? Currently we do nothing UNLESS you explicitly declare the type of the...

enhancement
discussion

_From @catmando on December 9, 2015 15:36_ Currently some someplace is calling _react_param_conversion with only the first parameter (i.e. the second is being allowed to default) But OPAL does not...

_From @catmando on December 3, 2015 3:40_ these should be added as methods on the Element class _Copied from original issue: zetachang/react.rb#92_

enhancement

_From @catmando on December 3, 2015 3:8_ for example `React.render_to_static_markup` should be `element.render_to_static_markup`, etc... _Copied from original issue: zetachang/react.rb#91_

_From @elia on March 20, 2015 14:33_ Did a quick experiment about creating react elements out of living DOM, here's the code: https://gist.github.com/elia/fad23026831a817e3526 I'd like to hear opinions, not sure...

discussion