chingu-voyage3/geckos-09

Name: geckos-09

Owner: Chingu Voyage 3

Description: null

Created: 2017-11-21 21:59:53.0

Updated: 2017-12-12 04:19:59.0

Pushed: 2018-01-26 15:46:31.0

Homepage: null

Size: 851

Language: JavaScript

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

Team:

Geckos-09

Task:

Each member to create their initial commit to the repo by adding their name to the list below.

Members:
* Seth Barthen
* Shapan Dashore
* Joe Astuccio
* Jordan Leslie
* Andrew Knox

Boilerplate and Dependencies: The boilerplate is a copy of Stephen Grider's Simple Redux Starter

Use axios for making ajax requests

const request = axios.get(queryURL)

React, ReactDOM, Redux, react-redux, react-router, redux-promise, loddash, babel, webpack, chai

Learning Notes:

Iterate through object props:

After the appropriate props are mapped to a component, use lodash's _.map function to iterate through the object

Example:

> List: {_.map(this.props.lists, list => list.name)} </div>

This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.