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

update universal router getFetchState #67

Merged
merged 1 commit into from
Jul 30, 2015

Conversation

darekrossman
Copy link
Contributor

Loop through all DecoratedComponent instances when looking for static fetchData method. This was needed when I had more than one decorator on a component (assuming my additional decorators used the same 'DecoratedComponent' static name.

Also set default object for component param to avoid repetitive undefined checks.

Loop through all DecoratedComponent instances when looking for static fetchData method. This was needed when I had more than one decorator on a component (assuming my additional decorators used the same 'DecoratedComponent' static name. 

Also set default object for component param to avoid repetitive undefined checks.
erikras added a commit that referenced this pull request Jul 30, 2015
update universal router getFetchState
@erikras erikras merged commit 3138e30 into erikras:master Jul 30, 2015
erikras pushed a commit that referenced this pull request Jul 30, 2015
erikras pushed a commit that referenced this pull request Jul 30, 2015
…d to use url-loader to encode small images.
erikras pushed a commit that referenced this pull request Jul 31, 2015
* master: (21 commits)
  improved syntax for including styles
  fixed #77
  added apology for #60 in the README
  linted
  url-loader fix for images
  switched back to file-loader to avoid error from requireServerImage() fixes #39
  Works on mac now
  Added better-npm-run to allow setting env-vars on all platforms
  fixed cat pic on server render
  minor grammar and js style tweak to README
  added url-loader to production webpack, too
  merged PR #67. lint-corrected merge. added obligatory cat pic. changed to use url-loader to encode small images.
  made pass lint
  incorporated PR #67 and added some comments to promise chaining in createTransitionHook()
  util import should be in single line.
  correct the , to , sorry for my keyboard.
  remove a space :P
  update README.
  correct the util error :P
  add the image server render example to the logo.png.
  ...
erikras pushed a commit that referenced this pull request Jul 31, 2015
* master: (32 commits)
  fixed npm script problem and upgraded redux-form
  added form support with redux-form
  npm knows how to prefix binaries
  oops, left in debugger call
  improved syntax for including styles
  fixed #77
  added apology for #60 in the README
  linted
  url-loader fix for images
  switched back to file-loader to avoid error from requireServerImage() fixes #39
  Works on mac now
  Added better-npm-run to allow setting env-vars on all platforms
  fixed cat pic on server render
  minor grammar and js style tweak to README
  added url-loader to production webpack, too
  merged PR #67. lint-corrected merge. added obligatory cat pic. changed to use url-loader to encode small images.
  made pass lint
  incorporated PR #67 and added some comments to promise chaining in createTransitionHook()
  work on forms
  work on forms
  ...
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