You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> Generate screenshot of react component automatically.
notice:
this version still in beta, I wrote this tool base on the structure like this:
```
├── /app/
│ ├── /components/ # Generic React Components (generally Dumb components)
│ ├── /containers/ # Components that provide context (e.g. Redux Provider)
│ ├── /routes/ # Application route definitions
│ ├── ... # other folders|files
```
you can found more structure details on: https://github.com/jackyon/react-redux-boilerplate