You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Remote islands work, I just had to remove a conditional here: reggi@babad69
Local islands, or vendored islands (not in the islands folder) DON'T WORK work well because the path structure in the island.id, simplifying / escaping these in the the island.id can fix that.
Next.js popularized the folder and file structure seen in fresh, folders and files in the project are directly used for routing.
I'm personally interested in being able to use 3rd party modules as islands / pages / routes. I am a big fan of the deno server itself and setting up a server in one file, IMO this file / filder structure kind of breaks that. I'd like to have a single file server
I realize that islands need to be segregated front-end code but that url doesn't need to be a local file-system url.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Update:
island.id
, simplifying / escaping these in the theisland.id
can fix that.Next.js popularized the folder and file structure seen in fresh, folders and files in the project are directly used for routing.
I'm personally interested in being able to use 3rd party modules as islands / pages / routes. I am a big fan of the deno server itself and setting up a server in one file, IMO this file / filder structure kind of breaks that. I'd like to have a single file server
I realize that islands need to be segregated front-end code but that url doesn't need to be a local file-system url.
Here's what I'm looking for:
The possibly this:
Currently the manifest doesn't allow you to do put a url as the key.
Beta Was this translation helpful? Give feedback.
All reactions