aleph.js
aleph.js copied to clipboard
The Full-stack Framework in Deno.
I've read about this feature think this would be a great feature addition to Aleph: https://medium.com/the-hamato-yogi-chronichels/lets-build-micro-frontends-with-nextjs-and-module-federation-b48c2c916680 https://github.com/vercel/next.js/issues/6040#issuecomment-490723276
A ton of people like CSS-in-JS and I think we should add support for it. We have to figure out how we will do it. I see 2 options: 1....
When I build the server in release mode I have the stuck state with the check `Check https://deno.land/x/[email protected]/mod.ts`, after 12 my build is still stuck ``` lnchecker_1 | 2021-04-25T10:24:01.953510863Z INFO...
```ts // api/test.ts import type { APIRequest } from "https://deno.land/x/aleph/types.ts" export default async function handler(req: APIRequest) { req.status(200).json({ data: 'test' }) } ``` ```ts // pages/index.tsx import { useDeno }...
Hi, I'm currently trying to implement the usage of [Material-UI](https://material-ui.com/). Any component that I try to import and use throws me this error: `TypeError: window.getComputedStyle is not a function`. I...
Steps to reproduce:  I'm using CLI from `master` branch.
In 1.8.0 LCOV got support with code coverage and denos testing thing so I think we should use a code coverage service so we can make sure everything is being...
Are there any plans to support any other languages like [ReScript](https://rescript-lang.org/)? Could we have ReScript as a an officially supported language? React bindings already exist and Aleph bindings shouldn't be...
``` {/* import css */} ``` Will this be expanded to allow for `.scss` and `.sass` when using the sass plugin? I was previously using [`Import` component](https://alephjs.org/docs/basic-features/built-in-css-support#the-import-component) to avoid the...