We have developed a large React application without relying on any existing UI framework. All of our UI components have been custom-built.
Now, we are looking to make the landing page section responsive within the application, which will require the implementation of numerous @media queries.
After considering our options, one solution that stands out is integrating the tailwindcss library. This tool offers a lightweight alternative to frameworks like bootstrap and materialUI.
However, I am hesitant about whether incorporating an entire UI utility for responsiveness is the best approach in this scenario. Are there other methods available to achieve responsiveness without having to deal with an abundance of @media queries?