Как создать бесконечную прокрутку в React и Redux?
#reactjs #redux #axios #reactjs #redux #axios Вопрос: import React, {useState, useEffect} from 'react'; import {connect} from 'react-redux'; import { fetchRecipes } from '../../store/actions'; import './BeerRecipes.css'; const BeerRecipes = ({recipesData, fetchRecipes})…