React

Redux Quiz - Redux actions

6.

What are Redux actions used for?

Specifying the rendering of UI components

Dispatching API requests to fetch data

Describing an event that occurred in the application

Defining the structure of the state in the Redux store