Answer the question
In order to leave comments, you need to log in
What are the main concepts in Flux, Reflux, Redux architectures?
for example, in AngularJS there are such concepts as controller, services, dependencies, module, scope and so on. and what concepts appear in these architectures and in React in particular?
Answer the question
In order to leave comments, you need to log in
in redux you have:
actions creators * - action creators. Functions that you can call instead of calling an action directly. For example:
function add() {
return { тип: ДОБАВИТЬ_ОДИН }
}
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question