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

Hey, I face multiple errors when I use React.forwardRef Here is my code ```typescript export const ProfileModal = forwardRef((props: { disconnect: () => void }, ref: Ref) => { //...

✘ bug

compile the alephjs app into a self-contained executable with `deno compile` command. ref: https://deno.land/[email protected]/tools/compiler

∆ feature

I would like to use preact instead of react :-)

∆ feature

using timestamp to replace hash in dev mode to avoid the complex compilation sideEffect.

A new component system will ship as part of **v0.4**, I want to try some new ideas to write components with JSX which should be simple, fast and typed. Those...

☼ user feedback wanted

A plugin to replace `.env` variables in a certain manner. Initially proposed in #77. Initial design used regex to replace anything surrounded by handlebars. I think we should use `deno_swc`...

∆ feature
☼ user feedback wanted

reference - https://developer.mozilla.org/en-US/docs/Web/Progressive_web_apps - https://amp.dev

∆ feature

If it's possible to make and compiling error in the page like in the console this is will be good. Each time that we got a compile error we must...

∆ feature

## What is React Server Components? Please watch this [talk](https://reactjs.org/blog/2020/12/21/data-fetching-with-react-server-components.html) introducing experimental Server Components. The talk includes a walkthrough of the demo code and highlights key points of how Server...

∆ feature

It would be great to have an optimized image component. Refs: [NextJS Image implementation](https://github.com/vercel/next.js/blob/canary/packages/next/client/image.tsx)

∆ feature