preact-signals
preact-signals copied to clipboard
Preact Signals: Supercharge your React/Preact development! Unleash the power of reactive programming with hooks, components, a TanStack query adapter, and more. Code smarter, not harder
I can't apply a change to a `useInfiniteQuery$` https://tanstack.com/query/latest/docs/framework/react/guides/infinite-queries#manually-removing-a-single-value-from-an-individual-page ``` const queryClient = useQueryClient$(); const newPagesArray = oldPagesArray?.pages.map((page) => page.filter((val) => val.id !== updatedId), ) ?? [] queryClient.setQueryData(['projects'], (data) =>...
Bumps [@testing-library/jest-dom](https://github.com/testing-library/jest-dom) and [@types/testing-library__jest-dom](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/testing-library__jest-dom). These dependencies needed to be updated together. Updates `@testing-library/jest-dom` from 5.17.0 to 6.4.2 Release notes Sourced from @testing-library/jest-dom's releases. v6.4.2 6.4.2 (2024-02-05) Bug Fixes Remove errant...
Bumps [@tanstack/react-router](https://github.com/TanStack/router/tree/HEAD/packages/react-router) from 0.0.1-beta.209 to 1.29.2. Release notes Sourced from @tanstack/react-router's releases. v1.29.2 Version 1.29.2 - 4/19/2024, 9:58 PM Changes Fix react-router: stabilizing the encoding of path parameters (#1490) (00fb855c)...
React by design is focused on dependency arrays, it's bad for performance, but when dealing with signals it can be useful for interacting with traditional state. We can adopt pattern...
Test cases and api must be updated
Bumps [@shikijs/monaco](https://github.com/shikijs/shiki/tree/HEAD/packages/shiki-monaco) from 1.2.3 to 1.5.1. Release notes Sourced from @shikijs/monaco's releases. v1.5.1 🐞 Bug Fixes core: Simplify cloudflare wasm loading - by @hi-ogawa in shikijs/shiki#670 (cd239) View changes on...
Bumps [@preact/signals-react](https://github.com/preactjs/signals/tree/HEAD/packages/react) from 1.3.4 to 2.2.0. Release notes Sourced from @preact/signals-react's releases. @preact/signals-react@2.2.0 Minor Changes #591 e1a1465 Thanks @JoviDeCroock! - Bump to support ReadonlySignal in jsx @preact/signals-react@2.1.0 Minor Changes #578...
Bumps [react-native-reanimated](https://github.com/software-mansion/react-native-reanimated/tree/HEAD/packages/react-native-reanimated) from 3.7.0 to 3.15.0. Release notes Sourced from react-native-reanimated's releases. 3.15.0 What's Changed Features Add ReducedMotionConfig component by @piaskowyk in software-mansion/react-native-reanimated#6164 [Web LA] Add EntryExitTransition by @m-bert in...