-1

I have learned the basics of JS, and now I am committed to building a blog which will have an eCommerce store as well. Should I learn a framework like React or Vue etc. Or is it better to do this with vanilla JS?

littlewolf
  • 173
  • 1
  • 2
  • 19
toolic
  • 1
  • if you have basic knowledge of JS, you should use a framework for your project, it will help you very much and save you bunch of time. – Nezir Oct 03 '18 at 19:19

1 Answers1

1

A general answer to a very general question: it usually makes sense to use some readymade framework because chances are that some of the problems you are going to face have already been solved in the framework. So instead of reinventing the wheel just use it!

teroi
  • 1,087
  • 10
  • 19