opensas
opensas
Absolutely! I'm planning to update the MDN tutorials, just wainting for the SvelteKit final realease, and to gain more experience working with it. I'm also thinking about how to update...
I'd like to provide some examples of all the possible ways to use SveleKit, like full MPA, full SPA, hybrid (SSR with client-side routing), static pre-rendering, edge-side dynamic rendering, etc......
Great to know, it really is a very useful tool.
Hate to be one of those 'me too' guys, but I'm also waiting for this to be merged. Minimap is prety useful WHEN yo need it, but with the current...
> @SolidTux `@node-rs/argon2` (and a lot hashing libs) doesn't work in CF what pure js library would you recommend to replace it? currently I'm using something like this (just copied...
Perhaps, more than visibility, we could use a `Reactive` type to mark a variable as being reactive so `$state('hello')` would return a `Reactive` instead of a plain `string` that way...
> Types do not work, they would falsely transfer on assignment to non-reactive variables (like a `const` without `$derived` or when passed to a function). haven't thought about it, it...
I have the same issue as @yazan-abdalrahman I do the build, but when I run `deno run build/server/index.js` nothing happens, and obviously after compiling it with `deno run build/server/index.js` I...
ok, the problem was that we had to compile the `build/index.js` file instead of the `build/server/index.js` file I also had to add a couple settings, like this: ```shell $ deno...
Here I'll try to document every step taken to ease reproduction ```shell $ deno run -A --reload npm:sv create sveltekit-deno-app $ deno run -A --reload npm:sv create sveltekit-deno-app ┌ Welcome...