question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Components with containers

See original GitHub issue

Loving the storybook! Great job, I already added it to several of my packages to showcase their interfaces.

I’ve bumped into an issue, when a component contains a container that snatches its own data. The data are taken reactively from Meteor source. What is the workflow to accomodat these types of components?

<Component>
   <ContainerOfAnother />
</Component>

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Reactions:3
  • Comments:21 (12 by maintainers)

github_iconTop GitHub Comments

2reactions
arunodacommented, Jun 30, 2016
2reactions
arunodacommented, Apr 20, 2016

@gavriguy great. And you can publish your storybook to GitHub pages. Checkout react-cdk for this. It has the sample code to do it.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Presentational and Container Components | by Dan Abramov
I call them Container and Presentational components* but I also heard Fat and Skinny, Smart and Dumb, Stateful and Pure, Screens and Components,...
Read more >
Understanding the Container Component Pattern with React ...
The Container Component pattern(or simply Component pattern) ensures to separate the data fetching logic, managing state from the presentational ...
Read more >
Difference between component and container in react redux
Container is an informal term for a React component that is connect -ed to a redux store. Containers receive Redux state updates and...
Read more >
What is the difference between component and container in ...
Container is an informal term for a component that is connected to a Redux store. Containers subscribe to Redux state updates and dispatch...
Read more >
Components and Containers
Recall that a container that implements the IContainer interface has Add, Remove, and Components class members. The Components property can be used to...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found