Skip to content

Instantly share code, notes, and snippets.

@inakianduaga
Created August 14, 2018 16:10
Show Gist options
  • Save inakianduaga/fac067cd570bf6df4f7e32a8a6eb9225 to your computer and use it in GitHub Desktop.
Save inakianduaga/fac067cd570bf6df4f7e32a8a6eb9225 to your computer and use it in GitHub Desktop.
Redux for vanillaJS Medium.com article - File structure
ui/src/
      /entrypoints/main.ts
      /store/configureStore.ts
            /rootReducer.ts
      /components/gallery/
                         /actions.ts
                         /gallery.scss
                         /dom.ts
                         /middleware.ts
                         /reducer.ts
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment