• Stars
    star
    164
  • Rank 230,032 (Top 5 %)
  • Language
    JavaScript
  • Created over 9 years ago
  • Updated over 8 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

React + RxJs + React-Router + Webpack + babel and soon more

react-rxjs

This is a simple React application using RxJS instead of Flux as a data flow.

Inspired by justinwoo -> react-rxjs-flow and extending it to show how RxJS can work in different situations together with React.

VIEW DEMO

Tools so far

Installing

Run npm install

Usage + Tests

Run npm start //start webpack-dev-server with react-hot-loader

Open another terminal tab and then

npm test //start testem + tape

In your favorite browser go to localhost:3000.

ToDos:

  • json POST
  • jwt Auth
  • CRUD / Firebase ?
  • Animations

There really isn't that much information about using RxJS as a replacement to flux in react. Because of this any contributions are welcomed :)

Contributions

To get the React-router working I had great advice from: BerkeleyTrue on this git issue -> git post
and Anders Ekdahl on stackoverflow

More Repositories

1

Essential-TDD-BDD-React-list

List of all TDD / BDD React.js related tutorials / links / repos / slides
242
star
2

cycle-webpack-boilerplate

cycle webpack babel boilerplate
JavaScript
95
star
3

React-Testing-Webpack-Tape

Boilerplate for bdd / tdd / testing with Tape + Testem + Webpack + Babel + React
JavaScript
84
star
4

Hasktorch-tutorial

A set of Hasktorch tutorials based on pytorch-tutorial
Haskell
10
star
5

Haskell-Interview-Tests

A set of take home tests done in Haskell
Haskell
9
star
6

cycle-natural-language-search

Cycle search bar with natural language capabilities
JavaScript
8
star
7

RxJS-Examples

RxJS examples
JavaScript
6
star
8

linearJs

Linear Algebra library for Javascript [WIP]
JavaScript
5
star
9

yesod-purescript-template

Template for Yesod and Purescript using Halogen
Haskell
4
star
10

Haskell-Robots

A little Robot game with the State Monad
Haskell
3
star
11

purescript-by-example-exercises

Exercises from PureScript by Example (try not to cheat too much!!!)
PureScript
3
star
12

cycle-universal-boilerplate

Cycle Boilerplate
JavaScript
3
star
13

thinking-with-types

Working through the book Thinking With Type using Haskell
Haskell
3
star
14

Cyclejs-kafka-socketio-consumer

A Cyclejs consumer app for Kafka using socket.io
JavaScript
2
star
15

Haskell-Programming-Book

Haskell
2
star
16

applied-fp-course

https://github.com/qfpl/applied-fp-course
Haskell
2
star
17

Mazzze

2D Maze using Haskell & Gloss
Haskell
1
star
18

router-serialiser

experimentation with Purescript serialiser using Generics
PureScript
1
star
19

niv-shell

Haskell Purescript Nix Niv template
Nix
1
star
20

Parallel-Concurrent-Programming

Exercises from the book Parallel and Concurrent Programming in Haskell
Haskell
1
star