matthewglover / functional-react-tester

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Functional react test app

What

A small repo using React stateless functional components based on code from https://medium.com/@mirkomariani/functional-components-with-react-stateless-functions-and-ramda-e83e54fcd86b#.u8i6pnc9f.

Why

To test out using functional programming to build a UI with react.

How

Using React stateless components for the UI, Ramda for functional helpers and Rxjs to create a stream of events.

Also uses jspm for module loading and ES6 transpiling.

Quickstart

Install dependencies npm install && jspm install.

Serve files using a file server. If you don't have one, you can install serve: npm install -g serve, then run serve.

About


Languages

Language:JavaScript 97.2%Language:HTML 2.8%