aleph.js
aleph.js copied to clipboard
The Full-stack Framework in Deno.
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
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,...
v0.3.0
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 -...
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...
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...
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 {...
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...