How do you register paired parts of the steering wheel using a browser?

I use a browser to bind javascript and hbsfy dependencies to compile rudder patterns. I want to use partial elements in my templates. However, in a sample project, every partial that you use must be explicitly registered.

Ideally, I want to be able to β€œrequire” only a template in my view, without having to register every part, because my views should not care about how the template is implemented. How to implement this using a browser?

+4
source share

Source: https://habr.com/ru/post/1598061/


All Articles