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
Ali A
15,526 PointsIS it necessary to use frameworks JS? Is a good choice to build web app without frameworks?
Most of the frameworks has features like fast and short write code, But I wonder Why build web app Html + Css + JS + Frameworks or library? My question, Can JS make a great web app without frameworks?
I want to make special language to my web app like build functions and use them with different projects web app.
Thanks,
Ali
1 Answer
Dylan Glover
2,537 PointsHey Ali,
You can absolutely make great Web Apps without the use of a Javascript Framework! A lot of times a framework is just there to make your job easier, and provide a layout for how you script your page. This can be especially helpful for beginners, but everything the framework provides can be accomplished with good ol' Javascript and a little time and knowledge. It's a good thing you're interested in creating your own unique functions as the best way to learn a framework is to learn how it works behind the scenes. Maybe one day you will make your own framework!
Good luck,
Dylan
Ali A
15,526 PointsAli A
15,526 PointsThank you, Dylan.