Answer the question
In order to leave comments, you need to log in
React + Redux how to get started right?
Good evening! I set myself the task of doing something on React + Redux.
And here I am stuck with this Redux.
Please explain how you start your work with all this?
The first is installing all the libraries and setting them up (React / Redux / webpack ... )
Next, I want to write components to see the whole picture, but in all writing examples, it starts with action, reducer, store and at the end of the component.
How to work with it, so as not to go crazy?
I took this tutorial as a basis , maybe there is a better one?
For example, the task is to write a simple form...
The first problem is how to accept the data? Is there any working example of ajax?
As far as I understand, we receive data in action ... then we pass it to the reducer, then to the store?
For example, on the onchange of a select, I need to take data from it, read something and output it to some input ... what is the chain of actions here, and most importantly in which files?
Sorry for so many questions...any help would be appreciated!
Answer the question
In order to leave comments, you need to log in
How to work with it, so as not to go crazy?
Free courses from creator Dan Abramov
https://egghead.io/technologies/react
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question