- All components are dump, they are just view and render from their
props
. - Logic handling should be done in Component Wrapper (we call it
container
orpage
).
- Provide the interface for subclasses.
- The subclass need to implement the
idealView()
,errorView()
,emptyView()
,loadingView()
or use the defined class decorators, e.g:javascript
@defaultLoadingDecorator