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

General Discussion

AJ Ral
AJ Ral
4,893 Points

Angular CMS?

I currently am taking over a project where the developer was building a tool to produce web pages...CMS. The tool is just going to be used for one specific type of page. They built it in Angular and I'm thinking this may not have been the best choice. This is an internal app and I think this may be overkill...I would have just used PHP. I'm not even sure its been tested with any database. I'll find that out today....Any thoughts?

1 Answer

Brendan Whiting
seal-mask
.a{fill-rule:evenodd;}techdegree seal-36
Brendan Whiting
Front End Web Development Techdegree Graduate 84,736 Points

I'm new to all of this, and just working through the Angular course. But the jist of it seems to be that Angular puts a big chunk of stuff on the client side - along the lines of a native app, which might take longer to load initially but then is super fast once you have it. I could be on the wrong track with that. But if that's the case, your angular cms might be worth it if there's a lot of interactivity that would benefit from being on the client side.