Iβm broke, and need a job. To get a job, I need demonstrable JavaScript framework experience.
I have most of the technologies I can use demonstrated on my data-driven portfolio site https://money.style, however I donβt use a JavaScript framework.
Iβm hoping that the good members of this community would point me in the right direction as to:
Which framework (Angular / Vue / React / Node) is appropriate given the example site?
What stands out as the most obvious place to incorporate a framework?
Would someone be willing to get me started with a code snippet?
I believe once I get started, a framework will make things easier long term. I just need a starting point.
Thanks for your attention, and any replies.
Matt
Top comments (1)
Hi there, I'd say your frontend framework of choice should be based on your use case. Not everything you named is necessarily even a framework - for instance, React is just a view library that makes interacting with the DOM more of a breeze. I'll outline my thoughts below:
I hope this gives you some insight. I love JavaScript development, and am personally a fan of React as a frontend library. It makes interacting with the DOM far more enjoyable. Gatsby is my go-to when it comes to quickly building sites.
When you're choosing tools, be sure to think about what you want out of it! If you're just building a static website, then Gatsby and React is a great place to start. But if you're looking for a frontend with lots of business logic, and a strongly-typed backbone, Angular might be more up your alley (written in TypeScript!).