+ 1
When is the right time to start using a JavaScript framework or library?
Hi, I have a basic understanding of vanilla JavaScript and was wondering when I should start trying to learn a framework or using a JavaScript library? Or should I concentrate on getting a fuller understanding of the language first? Many thanks
1 Respuesta
+ 8
You'll use a framework/library if it solve your problem and reduce your workload.
For example Bootstrap aims for mobile-first/reponsive approach while Angular and React allows seamless interaction with real-time binding.
In essence a library is just a wrapper of the underlying language so it's definitely good to have a strong fundamental for better understanding. 😉