It is necessary to add the ability in the constructor to delete elements from the website at specific breakpoints. Not just hiding them, but actually removing them -
the idea is that these elements should be completely gone from the website
This will allow creating websites with better SEO by removing unnecessary sections and elements at different breakpoints.
That is very interesting and useful to reduce unneeded DOM elements on mobile AND on desktop especially when we need duplicate sections (in special cases) for mobile.
Having the ability to set a condition to render or not render an element depending on breakpoint would be great!