How to use the topcoder-react-lib.actions.challengeListing function in topcoder-react-lib

To help you get started, we’ve selected a few topcoder-react-lib examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github topcoder-platform / community-app / src / shared / containers / tc-communities / CommunityStats.jsx View on Github external
getAllActiveChallenges: (token) => {
      const uuid = shortid();
      dispatch(actions.challengeListing.getAllActiveChallengesInit(uuid));
      dispatch(actions.challengeListing.getAllActiveChallengesDone(uuid, token));
    },
  };
github topcoder-platform / community-app / src / shared / containers / tc-communities / CommunityStats.jsx View on Github external
getAllActiveChallenges: (token) => {
      const uuid = shortid();
      dispatch(actions.challengeListing.getAllActiveChallengesInit(uuid));
      dispatch(actions.challengeListing.getAllActiveChallengesDone(uuid, token));
    },
  };