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

JavaScript

Building 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
STAFF
Justin Horner
Treehouse Guest Teacher

Hi 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.

Thank you. I will try that out