Home
Recent Q&A
Java
Cloud
JavaScript
Python
SQL
PHP
HTML
C++
Data Science
DBMS
Devops
Hadoop
Machine Learning
Azure
Blockchain
Devops
Ask a Question
Reducers should be pure functions, which means they should not generate ________.
Home
Angular 2 Game Of States
Reducers should be pure functions, which means they should not generate ________.
0
votes
asked
Jan 23, 2020
in
Angular 2 Game Of States
by
sharadyadav1986
recategorized
Jan 23, 2022
by
sharadyadav1986
Reducers should be pure functions, which means they should not generate ________.
Select the correct answer from below given options:
a) side-effects
b) state
c) actions
#angular-reducers
reducers-action
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Jan 23, 2022
by
sharadyadav1986
a) side-effects
Reducers should be pure functions, which means they should not generate side effects
...