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'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

∆ feature
☼ user feedback wanted

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....

∆ feature
🅝 npm package

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 }...

✘ bug

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...

🅝 npm package

https://nextjs.org/blog/next-9-5#Stable-incremental-static-regeneration

∆ feature

Steps to reproduce: ![img](https://cdn.discordapp.com/attachments/775256647819067404/820562154901078026/unknown.png) I'm using CLI from `master` branch.

✘ bug

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...

∆ feature
🅝 npm package

``` {/* 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...

☼ user feedback wanted