Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

React & Redux 1.3.8 Question 5 of 5 #5

Open
Moskaoud opened this issue Dec 2, 2020 · 0 comments
Open

React & Redux 1.3.8 Question 5 of 5 #5

Moskaoud opened this issue Dec 2, 2020 · 0 comments

Comments

@Moskaoud
Copy link

Moskaoud commented Dec 2, 2020

correct answer is
Which of the above are valid actions?
C
D
Both receivePost functions are action creators, which extrapolate the creation of an action object to a function. clearErrors and addSeven, on the other hand, are action objects with a valid type key and optional payload. removeComments does not include a type key and is an invalid action.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant