Closed snallapa closed 5 years ago
@snallapa looks good to me. You will need to probably .gitignore the bundle.js for now or something since there will be constant merge issues that need to be resolved
@jchen006 removed bundle from git as honestly should never have been there
Main changes are in navbar. If we tried to render the children like we did before, with
{this.props.children}
the navigation would be way more jumpy because a user would open it, click on a link and cause the whole page to rerender. Instead since we are using dynamic routing, we can just have the routes inside the navbar and render as necessary creating a way nicer flow.