Sha256: c01bd6cf15054f60bf89512a261638c71df16c7bd06b0442590ed751044192be
Contents?: true
Size: 405 Bytes
Versions: 1
Compression:
Stored size: 405 Bytes
Contents
module LucidFunc module Initializer def initialize self.JS[:native_props] = `{ props: null }` @native_props = `Opal.React.Component.Props.$new(#{self})` @app_store = LucidComponent::AppStoreProxy.new(self) @class_store = LucidComponent::ClassStoreProxy.new(self.class.to_s, self, self) @store = LucidComponent::InstanceStoreProxy.new(self) end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
isomorfeus-react-16.13.12 | lib/isomorfeus_react/lucid_func/initializer.rb |