Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a stub/fake blog feed loader and use it for now. #3

Conversation

toolness
Copy link

This is intended to reduce the complexity of implementing the new homepage:

  • It removes the Google Feed API code so that can be simultaneously implemented in another PR.
  • It adds a new fake blog feed loader that can be used by the in-progress homepage implementation, as well as tests.

module.exports = loadBlogFeed;

// TODO: Replace this with a real implementation.
module.exports = require('../test/browser/stub-blog-feed-loader');
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

So basically after your accept this PR, don't touch this file 😁 It's where I'll be adding my code in a separate PR--most likely copying your original code and productionalizing it based on some of my suggestions in mozilla#943.

@mmmavis
Copy link
Owner

mmmavis commented May 27, 2015

Awesome! Thanks a lot @toolness

mmmavis added a commit that referenced this pull request May 27, 2015
Add a stub/fake blog feed loader and use it for now.
@mmmavis mmmavis merged commit 7f591c6 into mmmavis:issue-856-new-homepage May 27, 2015
mmmavis pushed a commit that referenced this pull request Feb 15, 2016
code cleanup & set 'activeClassName' prop to TopLevelNavItem
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants