react-reddit-client

December 12, 2017 ยท View on GitHub

A simple Reddit client written with Polymer.js.

Demo

https://ssorallen.github.io/polymer-reddit-client/

Running Locally

  1. Clone the repo

  2. Run a webserver in the project directory

     python -m SimpleHTTPServer
    
  3. Visit the demo at localhost:8000

Framework Comparisons

This demo was originally created by the Montage team, and that version is linked below. The demo was recreated in other frameworks to compare various approaches in JavaScript app frameworks.