Skip to content

Instantly share code, notes, and snippets.

@alexandrricov
Created March 16, 2018 09:13
Show Gist options
  • Save alexandrricov/7b2587a8d9c42523cfb1125ec162ffd4 to your computer and use it in GitHub Desktop.
Save alexandrricov/7b2587a8d9c42523cfb1125ec162ffd4 to your computer and use it in GitHub Desktop.
React ecosystem workaround

setup

styling

store

  • redux
  • reselect for memoisation and comfortable store values access, predictible values composition etc.

code organisation

src/
    components/ # dumb components
    containers/ # smart components
    i18n/
    middleware/
    reducers/
    selectors/
    utils/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment