Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trialRocky Balboa
19,039 PointsReact or Angular
All,
I been asked to make a static website for a friend and was wondering seeing as i want to make it quickly as possible i was thinking of either doing it React or Angular js. But which would be best? Or should i just for get the whole thing and do it in HTML with some JQUERY?
Thanks for the help!!!
1 Answer
David Bath
25,940 PointsAre you familiar with either React or AngularJS? Considering that you said you want to make it "quickly as possible", if you are not familiar with either of these technologies then I would suggest you build it using tools you already know. And since you said that it would be a static website, there's really not much point to using either of those things (unless you want the challenge). Depending on your skill level, you could put together a nice looking static website using just HTML and CSS (and maybe some jQuery) in a weekend. If you have to learn React or AngularJS first then it would probably take you much longer, and even then it's questionable why you'd want to use React. AngularJS can be useful, but by no means necessary for a small static site.
Rocky Balboa
19,039 PointsRocky Balboa
19,039 PointsMy skill level is mid level.. I know AngularJS but I was thinking it might be a good opportunity to learn React i want to build something quickly with minimal lines of code possible, re-use as many nodes as possible.
So many technologies that do the samething is confusing