Wix Blocks Request: A "Render Widget" Function

Feature Request|We are collecting votes for this issue
Currently, it is not possible to render a widget based on some logic in the app.
This feature will allow controlling app flows in a simpler manner. For example, present widgets based on user pricing plans, or render a widget once a button of another widget is clicked.

For example, the code might look something like this: 
1$w('#button').onClick(() => {
2  render('widget1', true)
3});
We are always working to update and improve our products and your feedback is greatly appreciated.