Here at VDMi we like to use nodes for everything, even for things where you would normally use a View page, a search page for example. We do this because nodes bring a great deal of advantages.
Drupal 8 comes with a new way to generate menu items from code. In Drupal 7 you would do this with "hook_menu()", in Drupal 8 you use a Derivative Plugin.
Here at VDMi we like to use nodes for everything, even for things where you would normally use a View page, a search page for example. We do this because nodes bring a great deal of advantages.
Drupal 8 comes with a new way to generate menu items from code. In Drupal 7 you would do this with "hook_menu()", in Drupal 8 you use a Derivative Plugin.