Module: ReactHelpers
- Defined in:
- lib/creact/files/react_helpers.rb
Instance Method Summary collapse
Instance Method Details
#loader ⇒ Object
4 5 6 7 8 9 10 |
# File 'lib/creact/files/react_helpers.rb', line 4 def loader opal = Opal::Server.new {|s| s.append_path 'js' s.main = 'app' } opal_boot_code = Opal::Processor.load_asset_code(opal.sprockets, 'react') end |