Slide 50
Slide 50 text
import MyApp from 'my-app';
$(function() {
let App = MyApp.create({ autoboot: false });
let sessionId = MyApp.generateSessionID();
App.visit(`/matches/join/${sessionId}`, { rootElement: '#left' });
App.visit(`/matches/join/${sessionId}`, { rootElement: '#right' });
});
For Your Eyes Only