-
Hello. I’ve followed the steps from here because I keep my fresh app in a separate app directory, and the parent deno.jsonc contains configuration for both fresh and other code as well. https://fresh.…
-
Error: `Cannot set property createElement of [object Module] which has only a getter`
**Environment:**
- Nextjs14
- AppRouter
- src folder
- Tailwindcss
**Code:**
```
import { Gei…
-
I suggest adding an alternative version of the useSyncExternalStore hook, which will return a signal and not cause the template to be rerender. This hook will simplify the integration of state storage…
-
今天依然是好文推荐
https://preactjs.com/blog/introducing-signals/
Preact 发布的一篇文章 他们引入了 Signals 来解决框架的性能问题
同时还简单的介绍了为什么会有这些问题 (也就是 react vdom 底层实现造成的问题 )
在前几期的好文推荐里面也有谈到 可以结合起来阅读
其实这个 Signal…
-
I would like to use islands to update the head of my fresh app (e.g., favicon, title). I cannot find any documentation stating this is not allowed, but I am unable to get it working. I've created a …
-
codesandbox: https://codesandbox.io/s/interesting-panna-urdtu6?file=/src/App.js
```jsx
import { signal } from '@preact/signals-react'
const opacity = signal(1)
setTimeout(() => {
// Shoul…
-
An `update` task like [this](https://github.com/Hexagon/bundlee/blob/4858ed39e8220a41779c126b80ec918d43287979/deno.json#L9) would be fantastic. This'd also be great to integrate into a weekly GitHub a…
-
## Failing module
- **GitHub** + **npm**:
- [preact-render-to-string](https://github.com/preactjs/preact-render-to-string)
- [preact](https://github.com/preactjs/preact)
- [htm/preact](ht…
-
- [x] I searched for an existing RRFC which might be relevant to my RRFC
## Motivation
Functions are the simplest unit of composition and the first tool a developer leverages to accomplish almost …
-
I wish to use preact, hook, htm and signal in a PWA
so i need to store the files locally.
Do you have any suggestions how to do this?