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

Csp #2

Open
wants to merge 89 commits into
base: master
Choose a base branch
from
Open

Csp #2

wants to merge 89 commits into from

Conversation

gilesbradshaw
Copy link

Not suggesting you take this as is - but this is where I am up to with CSP so PRed it in case you are interested to see - not re done any tests yet + not sure how it deals with error handling. My thought is that channels will be able to 'keep on giving' and are a more general case.

a channel would get plugged into createcontainer as ..

resolve:{
    list: ()=>{
        const ch = chan();
        go(function* (){
          yield timeout(100);
          yield put(ch, new List([{id: 0, content: "ahhhh"}]));
        });
        return ch;
      }
}

ericclemmons and others added 30 commits April 13, 2015 17:42
Support contexts for easier integration with React Router
Fixed missing braces to import Resolver
* 'master' of github.com:ericclemmons/react-resolver:
  Fix spelling + grammar in README.md
require react/lib/cloneWithProps directly instead of through addons
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.

5 participants