MikeTheReader / react-redux-playground

A playground for experimenting with react and redux.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

React-Redux Playground

This is a React/Redux playground environment that I'm using to experiment with all things React/Redux.

Currently, I'm experimenting with the best way to handle REST connections, so I'm using the fantastic https://jsonplaceholder.typicode.com set of sample JSON APIs to play around with things. Currently, it uses redux-thunk to handle the asynchronous requests.

This code is running here: http://mikethereader.com/react-redux-playground/

This project was bootstrapped with Create React App.

About

A playground for experimenting with react and redux.


Languages

Language:JavaScript 88.4%Language:HTML 9.6%Language:CSS 1.9%