Welcome to the Treehouse Community
The Treehouse Community is a meeting place for developers, designers, and programmers of all backgrounds and skill levels to get support. Collaborate here on code errors or bugs that you need feedback on, or asking for an extra set of eyes on your latest project. Join thousands of Treehouse students and alumni in the community today. (Note: Only Treehouse students can comment or ask questions, but non-students are welcome to browse our conversations.)
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and a supportive community. Start your free trial today.

sulaiman abouabdah
5,314 PointsBuilding an eReader website
I am developing an e-reader website for my masters' dissertation project. I want to know what is the best way to develop it in javascript. Should I use typescript, Vue, or what exacly?
1 Answer

Justin Horner
Treehouse Guest TeacherHi Sulaiman,
Fortunately, all of the framework/libraries are more than capable for your project. It all comes down to personal preference. I would certainly recommend writing a few small samples online using a tool like Code Sandbox to see what you prefer.
I'm biased towards React since I use it far more than Vue, Angular, and the others. With that said, my recommendation would be to start with React using create-react-app and eject if you have very custom needs that require it.
I hope this helps.
sulaiman abouabdah
5,314 Pointssulaiman abouabdah
5,314 PointsThank you. I will try that out