tsaiDavid / simple-redux-boilerplate

A simple, yet comprehensive React + Redux application, complete with DevTools.
429 stars 225 forks source link

added images and a Card component #23

Closed headwinds closed 8 years ago

headwinds commented 8 years ago

Since most applications have images, so should our simple redux example. I've created a new Card component which updates each time the counter changes.

In the new Card component, I've demonstrated two ways to load them showing the difference between the webpack require approach versus serving them via urls configured on your express server.