react-flux-0.9.2: example/todo/Main.hs
module Main where import React.Flux import TodoViews main :: IO () main = reactRender "todoapp" todoApp ()
module Main where import React.Flux import TodoViews main :: IO () main = reactRender "todoapp" todoApp ()