0
Can i use 2 frameworks in the seem project?
in HTML projects, can i use 2 frameworks like Bootstrap & Materialize ?
5 Answers
+ 16
Referring from https://www.quora.com/Is-it-good-to-mix-with-multiple-JavaScript-frameworks-for-building-a-HTML5-website :
It's fine to use multiple libraries alongside each other, as they often provide different functionality. For example, jQuery for DOM manipulation and moment.js for working with dates and times.
However, a framework could be thought of more as a way to structure, or call, your code. Because each framework takes it's own unique approach (think Backbone, Angular, Ember, etc.) it will be very difficult, not to mention unnecessary, to mix frameworks together. It's better to find a framework that fits your needs.
+ 16
Yes you can use Materialize instead of Bootstrap for making up more beautiful sliders. But they both have their own importance of making the web beautiful. Please figure out from this reference to get a clear conception upon bootstrap vs Materialize :
https://www.quora.com/Which-is-the-best-option-Bootstrap-or-Materialize-CSS
If you go with Materialize, here's one of the best sliders example :
https://codepen.io/labanino/pen/gbNYQr
+ 4
then include two frameworks, as far as i know there cant be a chance where they have the same keywords or class names.
+ 2
Thank you Dayve , but the problem here is i'm always use Bootstrap framework but i need Sliders and really the Bootstrap carousal is not beautiful for me (they haven't a good fonctionalities) like that one in Materialize Framework ! What should i do ?
+ 1
Thank you so much Dayve, can you check my profile i have posted another question and i'm really need your answer