Skip to content
This repository has been archived by the owner on Jul 30, 2018. It is now read-only.

State injection containers #440

Closed
rishson opened this issue Apr 7, 2017 · 0 comments
Closed

State injection containers #440

rishson opened this issue Apr 7, 2017 · 0 comments
Assignees
Milestone

Comments

@rishson
Copy link
Contributor

rishson commented Apr 7, 2017

@matt-gadd commented on Thu Feb 16 2017

We're now at a point where the widgeting system is nearly complete and for building components the property system suffices for passing of state and callbacks.

In larger apps this is a cumbersome and coupled way to get state and callbacks/actions down the tree of widgets when working with an application state store.

In react-redux the concept of aContainer act as a kind of virtual widget which allow you to side load application state and actions. We have had similar concepts in the past with externalState that do similar but not quite as complete in functionality.

As part of the issue we should probably look at whether there is a place for an actions like mechanism (dojo/actions) or whether simple functions suffice.

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

No branches or pull requests

3 participants