ReactJS and Redux
Introduction
0 - Set up project and start it
1 Just React
Create simple function-based component
Create a class-based component
Handle the input by method of the component class
Update state of component from input and view it
Pass data from state to component
Create callback to change the state
Throttle the search term input
2 React and redux
Create simple static Redux-reducer
Create Action Creator
Bind onChange function with context of the component
Handle the form submit
Set up and enable redux-promise middleware
Create reducer, that fetches data from API
How we pass the data through the middleware
Render JSON into the page
Pass data from container to component
3 Routing and Form
Create several routes
Map array to the map-oriented object
How to get rid of the multiple unexpected routes combined together?
How to navigate to the different routs?
How to make a redux form?
How to validate Fields?
How to show error messages after form was validated after submittal?
How to submit data from form to the server?
How to show response details from the response according to id?
How to navigate to detailed view by clicking on list item?
Why I can't enter anything to redux-form?
Powered by
GitBook
3 Routing and Form
results matching "
"
No results matching "
"