MCPcopy
hub / github.com/reduxjs/redux / App.js

File App.js

examples/async/src/containers/App.js:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import React, { Component } from 'react'
2import PropTypes from 'prop-types'
3import { connect } from 'react-redux'
4import { selectSubreddit, fetchPostsIfNeeded, invalidateSubreddit } from '../actions'

Callers

nothing calls this directly

Calls 4

selectSubredditFunction · 0.90
invalidateSubredditFunction · 0.90
fetchPostsIfNeededFunction · 0.90
dispatchFunction · 0.50

Tested by

no test coverage detected