UNPKG

react-redux-fetch

Version:

A declarative and customizable way to fetch data for React components and manage that data in the Redux state

2 lines (1 loc) 75 B
export default string => string.charAt(0).toUpperCase() + string.slice(1);