Skip to content

Instantly share code, notes, and snippets.

View pH200's full-sized avatar

pH pH200

  • Cytisan Software
  • Taipei, Taiwan
View GitHub Profile
@pH200
pH200 / index.html
Created April 27, 2016 02:17
Illustration of some issue with cycle-react + react-router
<html>
<head>
<title>RxJs+Cycle-React</title>
</head>
<body>
<div id='root'>
</div>
</body>
<script src="/index.js"></script>
</html>
using System;
using System.IO;
using System.Text;
using System.Text.RegularExpressions;
using System.Xml;
using System.Xml.Serialization;
namespace ConsoleApplication1
{
class Program