pico-router icon indicating copy to clipboard operation
pico-router copied to clipboard

push/pop middleware for Preact

Open alshdavid opened this issue 4 years ago • 0 comments

Add push/pop support for preact

const app = crayon.create()

app.push(Component)
app.push(ComponentB)

app.pop()
app.pop()

alshdavid avatar Feb 09 '20 23:02 alshdavid