Skip to content

Instantly share code, notes, and snippets.

@SathinduGA
Created September 9, 2018 16:48
Show Gist options
  • Save SathinduGA/f0dffde495ca179fca3e03d036b329e8 to your computer and use it in GitHub Desktop.
Save SathinduGA/f0dffde495ca179fca3e03d036b329e8 to your computer and use it in GitHub Desktop.
File Structure
src
|_components
| |_counter.js
|
|_screens
| |_main_screen.js
|
|_store
|_actions
| |_action_types.js
| |_counter_actions.js
| |_index.js
|
|_reducers
| |_counter_reducer.js
|
|_config_store.js
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment