whistle icon indicating copy to clipboard operation
whistle copied to clipboard

Experiment to build single page apps in Elixir

Results 6 whistle issues
Sort by recently updated
recently updated
newest added

Need to write a custom EEx engine that also parses and validates HTML.

enhancement

What is the best interface for this?

enhancement

Logging for: - Program join and leave - Event handler trigger - Show number of DOM patches on update? - Program crashes - Routing

enhancement

Be able to test Programs without having to start Router supervision tree: ```elixir program = new(CounterProgram, %{}) {:ok, program} = update(program, {:increment, 1}) assert program.state == 1 assert select(view(program), "div...

enhancement

Support for reordering, inserting and deleting items in a list.

enhancement