aleph.js icon indicating copy to clipboard operation
aleph.js copied to clipboard

The Full-stack Framework in Deno.

Results 96 aleph.js issues
Sort by recently updated
recently updated
newest added
trafficstars

I saw this the other day and thought, what a template idea this would be for Aleph users, thought I'd share: https://github.com/tomsoderlund/reactnative-nextjs-template

∆ feature
☼ user feedback wanted

Hi! I would love to see an official Aleph Docker image to use for local development and for pipelines (CD/CI). If the consensus is that this is a good idea,...

∆ feature
☼ user feedback wanted

Here's the roadmap for **v0.3.0** updates. ## Features - [x] plugin system - [x] framework system - [x] ~~new jsx transform~~ - [x] jsx magic - [x] inline style -...

☼ user feedback wanted

add a `importmap` command to manage the `import_map.json`: ``` $ aleph importmap add @npm/react -> 17.0.1 - 16.14.0 - 16.13.1 - other $ aleph importmap add std/hash $ aleph importmap...

∆ feature
♥︎ good first issue

If the ts or tsx source code contains type errors, they are ignored by `aleph dev` and `aleph build`. ### Steps to reproduce Create this `about.tsx` page that assigns a...

∆ feature

Following https://github.com/alephjs/aleph.js/tree/master/examples/with-src-dir/src, I am led to believe I can put source code in `src` directory. This breaks CSS files with @import. The @import is not interpreted, and shows up literally...

When running Aleph.js in a Docker container and using a bash file with the start command as entrypoint, it no longer seems to correctly use import maps. I wanted to...

The following `ssr` definition fails when building an aleph application ```ts import { SSROptions } from "https://deno.land/x/[email protected]/types.d.ts"; import { v4 } from "https://deno.land/[email protected]/uuid/mod.ts"; type Props = { uuid: string |...

I know this is alpha, but... Breakpoints are not being hit. Placing `debugger` statement stops in `C:\*` instead of `${workspaceFolder}\*` I tried `sourceMapPathOverrides` but had no success. launch.json: ```jsonc {...

∆ feature

The error is thrown when i run `deno run --allow-all ./cli.ts init` ``` error: Uncaught (in promise) TypeError: The requested module '../server/compress.ts' does not provide an export named 'deno_x_brotli' const...

✘ bug