React create split view

How can I make a split view using the framework7-template-react? Also how do I load each view?

Some like this?

// Init/Create left panel view
var leftView = app.views.create('.view-left', {
  url: '/'
});

// Init/Create main view
 var mainView = app.views.create('.view-main', {
  url: '/'
});

I recommend to try out v4, and CLI:

$ npm i framework7-cli -g
$ framework7 create

It already has configured React-Split View template. Or you can use it for reference