This repository was archived by the owner on Jan 29, 2020. It is now read-only.

Description
Hi,
Was trying to integrate Aura.View. A few things I noticed are aura uses 2 step view and expects layout and view to be passed. And the current render only accepts view name and params.
|
public function render($name, $params = []); |
I am having an idea of pushing something like render('view::layout', $params) same for many of the functionalities. Do you have any thoughts on this ? Or do you think you guys can keep an optional $layout = null in the render ?