Reacting to my first time seeing React.
Question 1: Do you think JavaScript frameworks and libraries are easy or hard to use? Why?
Personally I think JavaScript frameworks and libraries are easy to use to an extent. They take a little to learn, but once you have learned how to use them and what they are capible of then it makes working in JavaScript a lot easier.
Question 2: What frameworks or libraries are you interested in learning more about?
I am very interested in learning more about React and Next, both seem to make working in JavaScript a lot easier. Especially when it comes to manipulating the DOM and changing state within JavaScript.
Question 3: Find one emerging JavaScript toll that you would liek to learn more about or use in your final project.
One tool I want to learn more about is Angular. From what I have found it is a framework that boosts speed, responsiveness in UI, and other factors for your project or site. It also seems to make DOM manipulation a lot easier as well.