We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14c11ad commit 23b30f0Copy full SHA for 23b30f0
5-redux-react/src/js/actions/tweetsActions.js
@@ -2,6 +2,8 @@ import axios from "axios";
2
3
export function fetchTweets() {
4
return function(dispatch) {
5
+ dispatch({type: "FETCH_TWEETS"});
6
+
7
/*
8
http://rest.learncode.academy is a public test server, so another user's experimentation can break your tests
9
If you get console errors due to bad data:
0 commit comments