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 trial
Ammu Nair
9,100 PointsUse plugins and bootstrap or write code from scratch ?
Hi, I am a beginner in web development and have developed just a few websites using Html, css, Javascript, JQuery, PHP etc. Using a framework like bootstrap makes front end dev work so much more easier. So does various plugins for simple things like a stylish menu / navigation.
What in your opinion would be best to improve my knowledge and expertise - Using bootstrap and other plugins or writing code from scratch ?
Thanks, Ammu Nair
1 Answer
Louis Morgan
2,288 PointsI would say, write code from scratch and maybe try to recreate some navigations from frameworks so you understand how they work, also build full sites that look like bootstrap from scratch to get a full understanding, once you have a better understanding of building those styles from scratch, you can move onto using frameworks
I say this because if you dont understand how they work and you get stuck, you won't be able to figure out how to fix it with custom code
hope this helps :)
Ammu Nair
9,100 PointsAmmu Nair
9,100 PointsYes. That helps. Thanks for your response Louis.