src/components
folder and simply exports an element from the js file.components
folder.src/components/MyButton/index.js
file.src/components/MyButton/index.spec.js
with the following content:modules
called calendarScreen
CalendarScreenView.js
with a sample view for the new screen.CalendarScreenViewContainer.js
with a connection calendar view to the redux (if you picked a statefull component) and wrapping it with recompose.CalendarScreenState.js
file and fill it with redux-related code (described in Architecture as well).