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

CanJS 3.NEXT Epic #3277

Closed
7 tasks
justinbmeyer opened this issue May 24, 2017 · 4 comments
Closed
7 tasks

CanJS 3.NEXT Epic #3277

justinbmeyer opened this issue May 24, 2017 · 4 comments
Labels

Comments

@justinbmeyer
Copy link
Contributor

justinbmeyer commented May 24, 2017

A collection of issues for the next "big" release of CanJS. This release will hopefully not break 3.X compatibility, but will represent a sizable change in how we build apps.

I feel like it will include the following:

This epic should be examples of putting all of this together.

@matthewp
Copy link
Contributor

ViewModels that only derive from streams.

What is this? is there a subissue about this?

@justinbmeyer
Copy link
Contributor Author

@matthewp there isn't yet. I've talked about it a few place. I'm about to organize this epic and link to all other issues. What is in and out of this issue is 100% up for discussion.

But in short, there's some VMs that could be written as mostly stream-based. I'd like to explore that:

@defineStream({
  prop : "setable-stream"
  other: function(){
    this.prop.map(() => null);
  }
});
class WeatherVM {

}

@justinbmeyer justinbmeyer changed the title CanJS 3.∞ Epic CanJS 3.NEXT Epic May 24, 2017
@matthewp
Copy link
Contributor

@phillipskevin @justinbmeyer given that you've decided to do a 4.0, is there any need to keep this issue open here?

@phillipskevin
Copy link
Collaborator

I would be fine closing this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants