Reading List

Build an Image Gallery Using React, Redux and redux-saga from your friend Joel's digital garden RSS feed.

Build an Image Gallery Using React, Redux and redux-saga

Building an Image Gallery The image gallery we will build is a simple application that displays an array of image URLs loaded from a service (Flickr), and allows the user to select them individually. It will be built with React, using Redux and redux…