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

Core should provide a standard views: StateBuilder #36

Closed
christopherthielen opened this issue Feb 2, 2017 · 1 comment
Closed

Core should provide a standard views: StateBuilder #36

christopherthielen opened this issue Feb 2, 2017 · 1 comment
Labels

Comments

@christopherthielen
Copy link
Member

christopherthielen commented Feb 2, 2017

Currently each framework implementation is copying code for the basics of creating a views: builder. The core should provide a views builder which does such things as transforming

state: { 
  name: 'foo',
  component: FooComponent 
}

to (essentially):

state: { 
  name: 'foo',
  views: {
    $default: { 
      component: FooComponent
    }
  }
}
@christopherthielen christopherthielen added this to the future milestone Feb 23, 2017
@christopherthielen christopherthielen removed this from the future milestone Jun 14, 2019
@stale
Copy link

stale bot commented Jan 24, 2020

This issue has been automatically marked as stale because it has not had
recent activity. It will be closed if no further activity occurs.

This does not mean that the issue is invalid. Valid issues
may be reopened.

Thank you for your contributions.

@stale stale bot added the stale label Jan 24, 2020
@stale stale bot closed this as completed Feb 7, 2020
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

1 participant