1.0.5 • Published 5 years ago

boilerplate-react-redux v1.0.5

Weekly downloads
4
License
MIT
Repository
github
Last release
5 years ago

Instructions for set-up:

  1. Open up the terminal to wherever you want to store the project and run npx create-react-app app-name --scripts-version boilerplate-react-redux

  2. Run npm start to open the development server

Inspiration

This package makes it simple and easy to get started consuming and rendering data from a standard API using the React with Redux pattern, allowing developers to spend more time creating and less time boilerplating

Getting Started

To get started, just insert your APIs URL into src/actions/index.js, check the structure of your data object coming back and make any alterations neccessary. I have provided a few console logs that may be helpful, and if not please delete with prejudice. Once that's done, you should be able to render iterated array data to the screen.