-
TSC with multiple targets
- esm
- cjs
- bundle?
inlcude src dir but not test files
include .d.ts
what do other similar projects output? preact/signals? jotai? recoil?
for our monorepo we probably…
-
See post https://ieji.de/@mitsunee/109687822238478651 for new preact types and naming scheme
- Fix for RequiredChildren: also disallow `null|false|undefined` inside arrays
- Remove `React.JSXEleme…
-
I couldn't get rerenders working on a test scenario I created so I re-read the docs and found the signals demo. That also doesn't appear to work/re-render. Anyone know what's going on? https://preactj…
-
This is a **bug report**
## Problem
I want to build a frontend app using React (`create-react-app`) and Waku, but currently I get a lot of unresolved modules errors from the different dependencies…
-
How do I change a "state" to show or not show component content?
Ex:
```jsx
import { useSignal } from "@preact/signals-react";
import { Button } from '@mui/material';
import './App.css';
con…
-
# Introduction à solid js
## À propos du talk
Une introduction à solid-js et à sa réactivité (fine-grained reactivity). Les avantages et différences par rapport à React.
### Contenu
Le but…
-
**Please briefly describe the project you'd like to add to _Best of JS_?**
Signals is Preact's reactive primitive for VDOM (both React and Preact).
**What is the URL of the project you'd l…
-
basically just wondering if you could guide me how to use usignal with calling rest api? thanks
-
Hey @ije, first of all: thanks for your work, `esm.sh` is an amazing tool!
Today, I've started getting these errors in Deno Deploy, where 500 is returned for assets (Fresh app):
![image](https:/…
-
### Description
When attempting to upgrade to 4.7.1, we have a couple of tests failing with the following error:
```
Error: Assertion Failed: You attempted to update `ref` on `Tag`, but it had …