aleph.js
aleph.js copied to clipboard
The Full-stack Framework in Deno.
FOR TESTING
As the title says, changes in CSS Modules files do not hot reload to the browser in `aleph dev`. `Cmd + R` is also not enough; you need to kill...
Before we release the **1.0.0**, a few more things need to be done: - [ ] React RSC - [ ] **Docs** _Since i'm contributing to other projects, my time...
My Deno version: `1.23.1` Project created by `deno run -A https://deno.land/x/[email protected]/cli.ts init --template react` While execute `deno task build`, error occurs: ```shell Warning deno task is unstable and may drastically...
I get a **browser** error (pasted at bottom) when running aleph as `deno task dev`, when using [pouchdb_deno](https://github.com/aaronhuggins/pouchdb_deno). running `deno task build`, with that module in place, is a whole...
I just tried to do exactly what the instructions from https://alephjs.org/docs/get-started say: ``` deno install --unstable -A -f -n aleph https://deno.land/x/[email protected]/cli.ts aleph init hello cd hello aleph dev ``` But...
In particular, you get a runtime error when passing `""` because it fails a truth-y check. Being able to pass undefined and null, and treating them as `""` would be...
I discovered AlephJs and I really love it, it just works out of box like magic. I'm trying to add support for TailwindCSS but I have no I idea where...
Can not install using the instructions here: https://alephjs.org/docs/get-started ``` deno Deno.version { deno: "1.21.0", v8: "10.0.139.17", typescript: "4.6.2" } ``` ``` deno run -A https://deno.land/x/aleph/install.ts Download https://deno.land/x/aleph/install.ts Warning Implicitly using...
It would be nice if there were an ***easy*** way to support publishing [OpenAPI Specification](https://swagger.io/specification/) specifications for api routes. Possibly via decorators on API route handlers. `/openapi.json` and `/openapi.yaml` at...