Noob needs help debugging and UNDERSTANDING reactive models

Almost, it should be

route("/") do
    global model
    model = TontineModel |> init |> handlers
    model |> ui |> html
end
2 Likes