is working on Kweb’s version of a “router”. My id...
# kweb
i
is working on Kweb’s version of a “router”. My idea is that the user converts a URL into an object, eg.
/lists/345/items/3
might become
List(id = 345, item = Item(3))