I have thought hard about what library would be best, but any library “X” would be missing a certain feature from library “Y”.
What are peoples’ thoughts on using mutliple JavaScript libraries simultaneously?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Quite simply, don’t do it. You’ll have headaches with:
If you have some specific need that a different library addresses, pull the pieces of that library as needed. It’ll save you way more time than it takes to extract what you need.