wcjohnson / redux-components

A component model for Redux state trees.
https://wcjohnson.github.io/redux-components
MIT License
4 stars 1 forks source link

Subtree-only components? (analogue of stateless functional components) #1

Closed wcjohnson closed 8 years ago

wcjohnson commented 8 years ago

Components that are strictly specified by a combineReducer subtree. (No actions, verbs, selectors, or utility methods.)

This could be useful to declaratively specify a structure for a component that encapsulates complex internal data using the SubtreeMixin.

wcjohnson commented 8 years ago

Decided to implement this before the public release, via createComponent() API.