Commit 41177bd0 authored by Pascal Hartig's avatar Pascal Hartig

WebRx: Add note about broken routing

parent adc4c72a
......@@ -7,6 +7,12 @@ WebRx is a browser-based MVVM-Framework that combines functional-reactive progra
The framework is written in [Typescript](http://www.typescriptlang.org/) and built on top of [ReactiveX for Javascript (RxJs)](http://reactivex.io) which is a
powerful set of libraries for processing and querying asynchronous data-streams that can originate from diverse sources such as Http-Requests, Input-Events, Timers and much more.
## Routing
The routing implementation in the example uses the HTML5 history and thus does
not create valid URLs when run without a proper server configuration. This issue
is tracked as [#1293](https://github.com/tastejs/todomvc/issues/1293).
## TodoMVC
This TodoMVC implementation demonstrates many of the framework's built-in core features:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment