Sha256: eaa98cd5a226c70d52975ff4ce8a95188a52e1859de3d589ed1ff67c87b2a64c

Contents?: true

Size: 837 Bytes

Versions: 20

Compression:

Stored size: 837 Bytes

Contents

// entry file for the browser environment
// import stylesheets here
import '../styles/application.css';

// import npm modules that are valid to use only in the browser
import ReactDOM from 'react-dom';
global.ReactDOM = ReactDOM;
import { BrowserRouter, Link, NavLink, Route, Switch } from 'react-router-dom';
// global.History = History;
global.Router = BrowserRouter;
global.Link = Link;
global.NavLink = NavLink;
global.Route = Route;
global.Switch = Switch;
import deepForceUpdate from 'react-deep-force-update'
global.deepForceUpdate = deepForceUpdate;
// import modules common to browser and server side rendering (ssr)
// environments from application_common.js
import './application_common.js';

import init_app from 'isomorfeus_loader.rb';
init_app();
Opal.load('isomorfeus_loader');

if (module.hot) { module.hot.accept(); }

Version data entries

20 entries across 20 versions & 2 rubygems

Version Path
isomorfeus-1.0.0.zeta25 lib/isomorfeus/installer/templates/application.js.erb
isomorfeus-1.0.0.zeta24 lib/isomorfeus/installer/templates/application.js.erb
isomorfeus-1.0.0.zeta23 lib/isomorfeus/installer/templates/application.js.erb
isomorfeus-1.0.0.zeta22 lib/isomorfeus/installer/templates/application.js.erb
isomorfeus-1.0.0.zeta21 lib/isomorfeus/installer/templates/application.js.erb
isomorfeus-1.0.0.zeta20 lib/isomorfeus/installer/templates/application.js.erb
isomorfeus-1.0.0.zeta19 lib/isomorfeus/installer/templates/application.js.erb
isomorfeus-1.0.0.zeta18 lib/isomorfeus/installer/templates/application.js.erb
isomorfeus-1.0.0.zeta17 lib/isomorfeus/installer/templates/application.js.erb
isomorfeus-1.0.0.zeta16 lib/isomorfeus/installer/templates/application.js.erb
isomorfeus-1.0.0.zeta15 lib/isomorfeus/installer/templates/application.js.erb
isomorfeus-1.0.0.zeta14 lib/isomorfeus/installer/templates/application.js.erb
isomorfeus-1.0.0.zeta13 lib/isomorfeus/installer/templates/application.js.erb
isomorfeus-1.0.0.zeta12 lib/isomorfeus/installer/templates/application.js.erb
isomorfeus-1.0.0.zeta11 lib/isomorfeus/installer/templates/application.js.erb
isomorfeus-1.0.0.zeta10 lib/isomorfeus/installer/templates/application.js.erb
isomorfeus-1.0.0.zeta9 lib/isomorfeus/installer/templates/application.js.erb
isomorfeus-1.0.0.zeta8 lib/isomorfeus/installer/templates/application.js.erb
isomorfeus-1.0.0.zeta6 lib/isomorfeus/installer/templates/application.js.erb
isomorfeus-installer-1.0.0.zeta5 lib/isomorfeus/installer/templates/application.js.erb