-2
Good night,
I recently started studying Angular 8. My contact with Angular until then was practically 0. Today I came across a question.
Most of the time I read about using jQuery with Angular, people advised against using both together.
Today, creating something to know a little better Angular Router
, I thought about using Bootstrap to make the content a little better. Until I remembered: Bootstrap depends on jQuery.
My question is:
Is it worth using both together? Is there a better alternative? I have the impression that using both will be just making the site heavier.
Thank you.
Why not use the Angular version of Bootstrap? Most libraries written with jQuery have rewritten versions in Angular/Vue/React.
– Andre
Thanks for the tip, I will research the version for Angular.
– Rafael S.