boilerplate-react-redux
v1.0.5
Published
Configuration and scripts for Create React App using Redux, by Rory.
Downloads
5
Readme
Instructions for set-up:
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
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.