So I create a mobile version of the site and a question arises. There is a slick slider that shows the available quest rooms (url rooms) and I need to make 2 more such slider for news / and promotions / in the task it is indicated that the slider should be 1 and depending on the URL load the data array. But as for me it is easier just create 3 separate sliders (taking into account that there are no 5-6 pictures in the slider, but a maximum of 5-6) and their data state for them. It is also worth considering that the slider (for example, which displays rooms) has a small logic (such as sorting, adding a separator communication with buttons) 3 sliders will be different, and not identical (except data). And I wanted the stack to suggest how best to implement it (speed, code quality, support, etc.) or mb there are 3 options for how to do it ...

    0