Skip to content

Instantly share code, notes, and snippets.

View mununki's full-sized avatar
👨‍💻
Reasoning

woonki mununki

👨‍💻
Reasoning
View GitHub Profile
type rec navigation
and route = {@as("key") routeKey: string, name: string, params: params, state: state}
and params = {url?: string}
and state = {
@as("type") _type?: string,
@as("key") stateKey: string,
routeNames: array<string>,
routes: array<route>,
index: int,
stale: bool,