How render/override/customize/theme any drupal form with and without a custom template? Easy!
9.x-x.x
When in front of me there was a task to make a simple site with breadcrumbs, which can show me the necessary view I started looking my familiar and beloved path_breadcrumbs. However, the module has been for Drupal 7 only. So I had to quickly write my own module.
Now I'll quickly show you how to implement such functionality in your custom theme using View only without any additional contrib module. And of course, we want to add support for ajax infinitescroll reload. Let's go...
In this example, we will look at just a few examples: how to create the programmatically configurable block with fields; how to create a controller; how to integrate your module with 3d party libraries.