-
#### Environment
- __Package version(s)__: 4.0.0-rc.0
- __Browser and OS versions__: Deno, Windows 10
#### Feature request
Implement early Deno support by supporting Deno's environment varia…
-
Deno intro: https://deno.land/posts/v1
Deno third-party modules: https://deno.land/x
Possible of some use re. porting: https://dev.to/craigmorten/guide-to-porting-node-modules-to-deno-41cd
-
I work in the Bazel ecosystem https://bazel.build on the nodejs plugin. At the urging of @igorminar I've checked out Deno and it seems promising! Compared with Node.js and npm, the fixes to dependency…
-
> Note: Fresh and Aleph.js provide a framework for developing React-like websites, but use an alternative foundational technology, Preact to provide a better, more performant experience.
https://de…
-
-
When I ran this script `deno run -A -r https://alephjs.org/init.ts --template=vue`
The following issue appears in cli
`! Invalid template name vue, must be one of [react,react-mdx,yew,leptos,api]`…
-
Link to Aleph.js in [manual/basics/react](https://github.com/denoland/manual/blob/10a928c6b72b30c066d6a50077a2d79242f0de21/basics/react.md) is outdated. New URL is https://alephjs.org/
-
## 🚀 Feature request
### Current Behavior
Searched https://deno.land/x for fp-ts and could not find.
### Desired Behavior
I'd like to be able to do this in deno:
```
import * as O fro…
-
I'm trying to use `deno task start` but it's failing.
Steps:
1. Run `deno run -A -r https://alephjs.org/init.ts`
2. Choose React, and yes to all
3. Run `deno task start`
4. You get greeted wi…
-
Deno, despite being marketed as a modern runtime built around web technology and standards, is not well suited for deploying full-stack websites, e.g. using common ingredients like React, Server-side …