📄️ Build your own app shell component
Suggested topics
📄️ Common container component
You want to share the same pieces of application state between multiple
📄️ Common presentational component
You want the same UI but for different pieces of the state?
📄️ Container components
You want to separate shared state from presentation?
📄️ Extract common business logic into class-based services
You want cross-platform code-sharing?
📄️ Presentational components
You want to separate shared state from presentation?
📄️ The BLoC pattern
You want cross-platform code-sharing?