Open jhsu79 opened 1 year ago
As mentioned in the presentation you are already starting to think about the nature of your model data and how it might impact the content displayed in the view. Your use of partials led to easier to maintain code and a degree of flexibility a static template could not deliver. Great work! Very advanced stuff team! If you are already considering breaking down complex, repetitive UI into partials - you will love React.
GLOW One piece of code that we were proud of was our use of partials to repeat the post container whenever we wanted to display posts. While we recognize that there may be other places where we could dry up the code, we were proud of doing so here.
Another piece of functionality that we were excited about was the ability to access all user posts simply by one click on the user's name. We did forget to demo the functionality in our presentation.
Lastly, we were all extremely proud of our ability to collaborate seamlessly together and exceed our expectations and goals on a daily basis.