progys / play-with-react-redux

React and Redux playground with asynchronous calls

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status

React + Redux playground

Draft application for playing around with React, Redux, Typescript. Using Immutable structures and redux-thunk middleware for asynchronous calls.

Run application

npm start - starts app

npm test - runs tests

How application works?

When a button is pressed application loads list of "funny" posts from Reddit and displays a thumbnail of a random one. It does not cache the posts. All posts are reloaded each time.

What's next?

  • Use RxJS for event handling
  • Use Sagas
  • Add link to original post
  • Update feeds in bacground with service workers

About

React and Redux playground with asynchronous calls


Languages

Language:JavaScript 47.4%Language:TypeScript 36.9%Language:HTML 15.0%Language:CSS 0.8%