solidjd like routing #2166
amitu
started this conversation in
Ideas & RFCs
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
From their docs:
We currently support dynamic urls using this syntax:
Our syntax is more verbose, but it's also better "documented", we have a place to store the "name of the route". Our syntax also is typed, so for example
usernamemust be astring. The solidjs syntax does not have type information.Space?
To define a string variable in fastn we use this syntax:
So we can use space also:
And
spaceis a safe character to use in file names as well.Beta Was this translation helpful? Give feedback.
All reactions