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

Create a web based interactive Family tree application

I am creating a website with a direction for Geneology. I am to create a we based interactive Family tree maker and was wounder what tech would be best suited for this to learn. I was thinking about React as it is diffrent nodes that need to be filled with information, images etc and need to be be reused over and over again. Does anyone know if this is the way to go or if there is any other JS library or framework that would be better suited for the task. This will be for UI only as I understand the backend a bit better than the front end. Thank you for any input in what pile to start looking before I spend months learning something that will not help me in this task

1 Answer

React is an excellent framework that breaks each clump into components and unidirectionally controls information. React would, by the sound of it, work great! I'm currently doing the React track myself and everything I've learned so far seems to fit what you're looking for.

Thank you for the feedback That was my feeling too well just get cracking and studdy