Understanding Drupal 8's Modal API and Dialog Controller
It is common knowledge that Drupal 8 contains Views module, thanks to the work from the Views in Drupal Core (VDC) initiative.
Our contribution to the VDC initiative was working on abstracting Views UI's modal pattern into a generic modal API in core.
Recently one of the coolest pieces of this API was committed to core.
You can now load any content in a modal simply by adding a class and an attribute to any link.
Sound cool? Read on to learn more.