Justin Gordon
Justin Gordon
@SudhagarS Sweet, let me know, and I'll try on the gem or directly from your repo. Check out my company's open source at https://github.com/shakacode/ and let me know if you...
Also, it would be great to document on the behavior for partial commits.
Maybe @dylangrafmyre can include this with an update to the gems, etc.
@Judahmeek let's get a release out for this ASAP.
@Judahmeek merge if you're confident
when can I merge and ship, @Judahmeek ?
Please submit it as a PR and I'll check the diffs.
Deeply nested context blocks are an anti-pattern.
See https://github.com/shakacode/react-webpack-rails-tutorial/issues/300. We're researching this.
We should fetch the data in componentDidMount https://facebook.github.io/react/docs/component-specs.html#mounting-componentdidmount Because we don't want a race condition between render and loading. We also should have a spinner while we're waiting for the...