I am currently developing a survey application that is designed to be extremely lightweight. This application is specifically tailored for use in third world countries where internet connection is very limited.
After conducting some research, we discovered that the loading time of the application is directly related to user engagement, which is incredibly important to us.
As of now, I am utilizing two libraries - VueJS and a custom bootstrap build. I want to implement a modal feature, but doing so would require adding Bootstrap Javascript and jQuery, ultimately doubling the loading time of the application.
Is there a way for me to include a modal in my application without having to incorporate these two libraries?