Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save yashodhandivakaran/56618d7f83c35b9f723e140c5619030e to your computer and use it in GitHub Desktop.
Save yashodhandivakaran/56618d7f83c35b9f723e140c5619030e to your computer and use it in GitHub Desktop.
Project structure of react-redux-electron app.
|- app
|- src
|- main.js
|- components
|- component1
| |- index.js
| |- actions
| | |- index.js
| |- reducer
| | |- index.js
| |- sagas
| |- sagas1.js
| |- sagas2.js
|- component2
| |- index.js
| |- actions
| | |- index.js
| |- reducer
| | |- index.js
| |- sagas
| |- sagas1.js
| |- sagas2.js
|- reducer
| |- index.js
|- action
| |- index.js
|- sagas
|- index.js
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment