scrimba
Imba Router
Imba Router - Basic routing
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

Imba Router - Basic routing
AboutCommentsNotes
Imba Router - Basic routing
Expand for more info
components
Site.imba
run
preview
console
import {About} from './About'
import {Home} from './Home'

export tag Site
def render
<self>
<nav.main>
<a href='/home'> 'Home'
<a href='/about'> 'About'
Console
index.html
-2:49