Ryan Blakeley
Ryan Blakeley
From [`creationix/nvm`][1]: > Homebrew installation is not supported. [1]: https://github.com/creationix/nvm#important-notes
The README mentions using a script at `bin/install` on line 64 but I don't see that file in the project. Is that an outdated reference?
I'm having trouble accessing the `query` property which React Router [normally injects](https://rackt.github.io/react-router/#Route Handler) into a Route Handler. I see in the examples how `params` can be passed into the static...
added two utility functions and an init call to add touch support to the demos. tested on iPhone and iPad
This PR let's us pass react-router's `query` object into our `static getProps` and `chargeStores` methods. It does not break backwards compatibility with the `chargeStores` api, which expects a callback as...
Opened separate issue related to [this comment](https://github.com/webpack/items-store/pull/5#issuecomment-136444758). We currently don't have access to the `query` param which React Router normally injects. We _do_ however have access to the `params` object.
fixed an `id` mismatch in example
 If you click the "Share this post" Twitter button, the url that gets put into the tweet has a duplicate in the path `The Fairy's Witches https://haysclark.github.io/gatsby-starter-casper/gatsby-starter-casper/the-fairy-witches` [`src/components/PostShare.jsx`](https://github.com/haysclark/gatsby-starter-casper/blob/master/src/components/PostShare/PostShare.jsx#L6) is...