Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/preactjs/signals

Manage state with style in every framework
https://github.com/preactjs/signals

Migrate from version 1 – 2

nichoth opened this issue about 12 hours ago
Computed signals not working in dead-simple React component

peshoicov opened this issue 2 days ago
RFC: Remove `HAS_HOOKS_STATE` bit

JoviDeCroock opened this pull request 2 days ago
fix: Replace body so fast-refresh function caching works

Artur- opened this pull request 7 days ago
Introduce react-utils package

JoviDeCroock opened this pull request 9 days ago
React 19 Compatibility Inquiry

OsamaHIma opened this issue 11 days ago
Fix React 19 compat

JoviDeCroock opened this pull request 16 days ago
Add test for #620

JoviDeCroock opened this pull request 16 days ago
Support React 19

Artur- opened this issue 17 days ago
simplify text update patch

developit opened this pull request about 1 month ago
Version Packages 1.x.x

github-actions[bot] opened this pull request about 1 month ago
Backport developit fix

JoviDeCroock opened this pull request about 1 month ago
Fix text update recomputing in @preact/signals 1.3.x

developit opened this pull request about 1 month ago
Re-assigning NaN is seen as a value change

Legioth opened this issue 2 months ago
transformer not working on React.memo

divyam234 opened this issue 2 months ago
fix(signals-react): use isomorphic layout

Xstoudi opened this pull request 2 months ago
Throw error when binding signal to event handler

JoviDeCroock opened this pull request 2 months ago
Change delay to double microtask for prop updates

JoviDeCroock opened this pull request 3 months ago
Signals passed to event-handlers stop updating

JoviDeCroock opened this issue 3 months ago
Warning: useLayoutEffect does nothing on the server

Xstoudi opened this issue 3 months ago
Revert raf aligned effects for react

JoviDeCroock opened this pull request 3 months ago
Raf aligned dom updates

JoviDeCroock opened this pull request 3 months ago
Version Packages

github-actions[bot] opened this pull request 3 months ago
chore: Bump pnpm version

rschristian opened this pull request 3 months ago
chore: Support running a subset of tests

rschristian opened this pull request 3 months ago
react, conditional rendering not working with `signal(bool)`

2nthony opened this issue 3 months ago
Signal is not rendering JSX updates

echo292 opened this issue 3 months ago
RAF aligned effects

JoviDeCroock opened this pull request 4 months ago
Version Packages

github-actions[bot] opened this pull request 5 months ago
Bump react for ReadonlySignal

JoviDeCroock opened this pull request 5 months ago
Type 'ReadonlySignal' is not assignable to type 'ReactNode'.

pmartin-cogility opened this issue 5 months ago
Version Packages

github-actions[bot] opened this pull request 5 months ago
Adjust ReadOnlySignal so we cant widen the type

JoviDeCroock opened this pull request 5 months ago
Version Packages

github-actions[bot] opened this pull request 5 months ago
`ReadonlySignal` should not inherit from `Signal` type

KillariDev opened this issue 5 months ago
feat(react-transform): Suppport require syntax in our babel transform

JoviDeCroock opened this pull request 5 months ago
Dependency array for useComputed

foxt opened this issue 6 months ago
fix(react-signals-transform): Support nested functions accessing signals

JoviDeCroock opened this pull request 6 months ago
Version Packages

github-actions[bot] opened this pull request 6 months ago
chore(signals): add default undefined type

JoviDeCroock opened this pull request 6 months ago
chore(signals-react): throw error when auto-tracking with React 19

JoviDeCroock opened this pull request 6 months ago
installAutoSignalTracking fails with React 19

Artur- opened this issue 6 months ago
@preact/signals-react-transform not working in React Native

phanthaoIT opened this issue 6 months ago
fix: Issue template link

rschristian opened this pull request 6 months ago
Updating the signal does not cause component rerender

Snowflake04 opened this issue 6 months ago
Initial signal value react native input field not showing

SupertigerDev opened this issue 6 months ago
Fix out-of-order effect error when suspending in React Native

developit opened this pull request 6 months ago
Not reactive when using with `preact-render-to-string`

sransara opened this issue 7 months ago
React Build error after adding plugin in vite confige

awais-kaleem-blocksdev opened this issue 7 months ago
When will react19 be supported?

lyboy2012 opened this issue 7 months ago
useSignals not working with Astro js

ajomuch92 opened this issue 7 months ago
Garbage collection in useSignal() when component is unmounted?

ashah888 opened this issue 7 months ago
`@preact/signals-react-transform` ignoring `.tsx` files

zthng opened this issue 7 months ago
Signal Equality Functions

jeffwcx opened this issue 8 months ago
NO WORKING REACT NATIVE

VigilioYonatan opened this issue 8 months ago
Version Packages

github-actions[bot] opened this pull request 8 months ago
fix(core): Restore stricter effect callback & cleanup function types

jviide opened this pull request 8 months ago
Can not work with React+Vite+Typescript project

myfreax opened this issue 9 months ago
signal for production

Miri121 opened this issue 9 months ago
Fixed build on windows

XantreDev opened this pull request 9 months ago
Addes recursive `.value` read detection in nested functions

XantreDev opened this pull request 9 months ago
Add a test to cover components using Array.map in the react transform

alxclark opened this pull request 9 months ago
chore: Add issue templates to the repo

rschristian opened this pull request 9 months ago
Signal values do not update in Remix with Vite integrated

rhiannonbgrant opened this issue 9 months ago
Test change to run karma tests with latest chrome

alxclark opened this pull request 9 months ago
chore(hooks): removed usage of useMemo instead using useConst implemented with useRef

danilocastro-shopify opened this pull request 9 months ago
`Out-of-order effect` error thrown with `react-router-dom`

nathan-prijot opened this issue 9 months ago
build: update pnpm lockfile on changeset version bumps

jviide opened this pull request 9 months ago
chore: add changesets for recent pull requests

jviide opened this pull request 9 months ago
Nested `untracked` cause `effect` to run

mykola-vrmchk opened this issue 9 months ago
Autopublish with provenance

jviide opened this pull request 9 months ago
build(deps): update changesets and changesets/action

jviide opened this pull request 9 months ago
docs(core): add JSDocs for exported module members

jviide opened this pull request 9 months ago
Version Packages

github-actions[bot] opened this pull request 9 months ago
refactor: inline Signal.prototype.subscribe implementation

jviide opened this pull request 9 months ago
Allow setting a signal value inside a computed

jviide opened this pull request 9 months ago
refactor: use untracked to implement Signal.prototype.subscribe

jviide opened this pull request 9 months ago
Asking and/or suggesting best practices on how to test Signals

cafesanu opened this issue 9 months ago
refactor: implement signals-core with untranspiled classes

jviide opened this pull request 9 months ago