Sha256: 7017011ac7745f15d3087d0531be52c3659adfd0b1d08a7fef172f6d85fa6282

Contents?: true

Size: 711 Bytes

Versions: 10

Compression:

Stored size: 711 Bytes

Contents

module React
  module ReduxComponent
    module Mixin
      def self.included(base)
        base.include(::Native::Wrapper)
        base.extend(::React::ReduxComponent::NativeComponentConstructor)
        base.extend(::React::Component::NativeComponentValidateProp)
        base.extend(::React::Component::EventHandler)
        base.include(::React::Component::Elements)
        base.include(::React::Component::API)
        base.include(::React::Component::Callbacks)
        base.include(::React::ReduxComponent::API)
        base.include(::React::ReduxComponent::Initializer)
        base.include(::React::Component::Features)
        base.include(::React::Component::Resolution)
      end
    end
  end
end

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
isomorfeus-react-16.8.9 lib/react/redux_component/mixin.rb
isomorfeus-react-16.8.8 lib/react/redux_component/mixin.rb
isomorfeus-react-16.8.7 lib/react/redux_component/mixin.rb
isomorfeus-react-16.8.6 lib/react/redux_component/mixin.rb
isomorfeus-react-16.8.5 lib/react/redux_component/mixin.rb
isomorfeus-react-16.8.4 lib/react/redux_component/mixin.rb
isomorfeus-react-16.8.3 lib/react/redux_component/mixin.rb
isomorfeus-react-16.8.2 lib/react/redux_component/mixin.rb
isomorfeus-react-16.8.1 lib/react/redux_component/mixin.rb
isomorfeus-react-16.8.0 lib/react/redux_component/mixin.rb