We have made the decision to streamline our site by utilizing only GRID and NAVBAR on the vast majority of pages. This eliminates the need to load unnecessary jQuery and bootstrap.min.js on every page.
The only JavaScript required is for the NAVBAR functionality on mobile requests.
Can we minimize the bootstrap 4 features like we could in version 3, selecting only the components we need?
Is it possible to use NAVBAR without relying on jQuery?
Thank you