scrimba
Dialogs about Imba
Why is Imba so fast?
Go Pro!Bootcamp

Bootcamp

Study group

Collaborate with peers in your dedicated #study-group channel.

Code reviews

Submit projects for review using the /review command in your #code-reviews channel

Why is Imba so fast?
AboutCommentsNotes
Why is Imba so fast?
Expand for more info
index.imba
run
preview
console
var state = {x: 0, y: 0, status: "ok"}

tag App
def render
<self>
<div.header> "Header"

Imba.mount <App>
Console
index.html
-30:29