-
Notifications
You must be signed in to change notification settings - Fork 153
Open
Labels
Description
A number of issues recently have started to imply that we need an abstraction that represents a collection of blocks. There are use cases where it's natural to want the visibility of an identifier to be shared within a collection of blocks but not outside it. On templates, it has a nice feel to be able to use the name of that collection when referencing a state on a block or class within it, instead of the state namespace.
The app would be one such default collection (though it may be good for complex apps to divide it into several major groups). blocks provided by a node module would also form a natural boundary around a group of blocks.
We need to write an RFC for this capability.