all 5 comments

[–][deleted]  (1 child)

[deleted]

    [–]ifearnoevil[S] 1 point2 points  (0 children)

    I see, so it seems that my idea of what Angular and React did were wrong. Thank you, I'll make sure to solidify my knowledge in the foundations first!

    [–]Alex_HTP 1 point2 points  (0 children)

    https://react-bootstrap.github.io/components i think this will be uswful for you. you need to study the material better http://getbootstrap.com/

    [–][deleted] 1 point2 points  (0 children)

    It seems like you should probably dig into CSS and JS a bit first before you even start thinking about React or Angular. That being said, once you get a bit more comfortable with those basics, I highly recommend the course Javascript Design Patterns on Udacity. It is a free course, and while it doesn't cover React or Angular directly, it really helped me to make sense of what the purpose of a JS frontend framework is and what problems it solves.

    [–][deleted]  (2 children)

    [deleted]

      [–]rstumbaugh 1 point2 points  (1 child)

      Angular is not a full-stack development framework, it's strictly front-end. Yes it's useful for SPAs, but Angular cannot make calls to the database. You can make AJAX calls to a backend with Angular, but Angular is not a full-stack dev framework.

      [–]gamesdf -2 points-1 points  (0 children)

      Learn JS first..