Skip to content

39 Remote CRUD

Jagdeep Singh edited this page Jul 5, 2019 · 1 revision

Entry Point

  • index.js

Action Creators and Constants

  • actions.js

Reducers

  • reducers.js

Store

  • configureStore.js

Container Components

  • containers/Root.js
  • containers/AsyncApp.js

Presentational Components

  • components/Picker.js
  • components/Posts.js

Clone this wiki locally