module LucidApp::Context

Public Class Methods

create_application_context() click to toggle source
# File lib/lucid_app/context.rb, line 3
def self.create_application_context
  React.create_context('LucidApplicationContext', Isomorfeus.store)
end