Sha256: 370364491c0b77c74ade6bfec9a1336eedf1a58d91e8f701d8cb76d5c6de636c
Contents?: true
Size: 290 Bytes
Versions: 1
Compression:
Stored size: 290 Bytes
Contents
module React module Component module Initializer def initialize(native_component) @native = native_component @props = `Opal.React.Component.Props.$new(#@native)` @state = `Opal.React.Component.State.$new(#@native)` end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
isomorfeus-react-16.13.12 | lib/react/component/initializer.rb |