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

maybe we do this already???? I don't think so... Related to #122

enhancement

_From @catmando on January 21, 2016 23:52_ currently if you do this: ``` ruby # Rb is native ReactBootstrap class TooltipExample < React::Component::Base def render tip = Rb.Tooltip(id: 'foo'){'a tooltip'}....

Similar to Rails by default generating an `ApplicationModel < ActiveRecord::Base` class which all AR generated classes inherit from `User < ApplicationModel`; we should generate an `ApplicationComponent` class and the component...

discussion

Hi All Upgraded from reactrb 0.8.8 opal 0.9.4 react-rails 1.8.2 to hyper-react 0.11.0 opal 0.10.3 react-rails 1.10.0 Most things are working exactly as expected, although somewhere along the line, the...

following is my project for test this issue. In zw963/test_rails_5.1_project@2f86077 commit, we can start rails server successfully. ```sh WARNING: Nokogiri was built against LibXML version 2.9.1, but has dynamically loaded...

- Remove Ruby 1.9 - Add Ruby 2.4 - Update JRuby to 9.1.9.0 which builds on react-rails' travis - Add Fast Finish to matrix (Returns status as soon as anything...

Ruby 2.4 unifies Fixnum and Bignum into Integer and prints a warning if the old constants are accessed. hyper-react causes this warning to be printed on boot: ``` lib/reactive-ruby/serializers.rb:1: warning:...

Why can't we just convert all values returned by the tag's block to a string? If I say `li { foo }` and foo is for example a `Time` it...

Defaults delaying state updates to true to prevent unnecessary queuing up of render cycles, but only delays updates if we are on the client.

`RenderingContext.render` builds a buffer of rendered elements. For example: ```ruby DIV do SPAN { 'span 1'}; SPAN { 'span 2' }; SPAN { 'span 3' } end ``` rendering the...

bug