preact-signals

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

MIT License

Downloads
9.5K
Stars
65
Committers
4

Bot releases are visible (Hide)

preact-signals - @preact-signals/[email protected]

Published by github-actions[bot] about 1 year ago

Minor Changes

  • 7694443: Added reaction and renamed some apis
  • e9a5fef: Removed internal utils exports. And added react binding for reaction
  • ba769ed: Renamed hocs: 'signalifyProps' -> 'reactifyProps', 'reactify...' -> 'makeReactive...'
  • e9a5fef: Added reaction utility for imperative reaction on deps changes
  • 7dacde0: Documented library api
  • 9db73dd: Restructured exports and file strtucture. Started to export all framework independent utils from root, other kind of utils started to export from hocs and hooks

Patch Changes

  • d2705bf: Fixed `# @preact-signals/utils jsx rendering in Preact
preact-signals - @preact-signals/[email protected]

Published by github-actions[bot] about 1 year ago

Patch Changes

  • d2705bf: Fixed installation for preact in readme
  • Updated dependencies [7694443]
  • Updated dependencies [d2705bf]
  • Updated dependencies [e9a5fef]
  • Updated dependencies [ba769ed]
  • Updated dependencies [e9a5fef]
  • Updated dependencies [7dacde0]
  • Updated dependencies [9db73dd]
preact-signals - @preact-signals/[email protected]

Published by github-actions[bot] about 1 year ago

Minor Changes

  • 4b713b3: Merged polyfills into @preact-signals/unified-signals. From now unified-signals polyfills untracked by itself

Patch Changes

  • 0ba2b3a: Added correct git repository info
  • Updated dependencies [460100f]
  • Updated dependencies [4b713b3]
  • Updated dependencies [0ba2b3a]
preact-signals - @preact-signals/[email protected]

Published by github-actions[bot] about 1 year ago

Minor Changes

  • 4b713b3: Merged polyfills into @preact-signals/unified-signals. From now unified-signals polyfills untracked by itself

Patch Changes

  • 460100f: Added readme
  • 0ba2b3a: Added correct git repository info
preact-signals - @preact-signals/[email protected]

Published by github-actions[bot] about 1 year ago

Patch Changes

  • be69f42: Added more installation info to readme
  • 0ba2b3a: Added correct git repository info
  • Updated dependencies [460100f]
  • Updated dependencies [4b713b3]
  • Updated dependencies [0ba2b3a]
preact-signals - @preact-signals/[email protected]

Published by github-actions[bot] about 1 year ago

Patch Changes

  • d725142: Added preact adoption example in docs
  • da805ac: Removed chat gpt thing from readme))
preact-signals - @preact-signals/[email protected]

Published by github-actions[bot] about 1 year ago

Minor Changes

  • 8f3b9c5: Added toggleSignal utility for inverting boolean signal value
  • 28d5595: Started using @preact-signals/unified-signals
  • 9dd35ab: Moved all packages to utils package
  • f4040ee: Added untracked tests and untracked fixes
  • 81065a5: Added reactive hocs
  • 14256ad: Added ReadonlyFlatStore
  • c2bd0e6: Renamed store to flat store

Patch Changes

  • 4103d44: Polyfills created as package and utils was moves to @preact-signals/utils
  • Updated dependencies [89badcb]
  • Updated dependencies [1f96c91]
  • Updated dependencies [4103d44]
  • Updated dependencies [55cfc73]
preact-signals - @preact-signals/[email protected]

Published by github-actions[bot] about 1 year ago

Minor Changes

  • 5777d3a: Added dataSafe field will return undefined in case of error/loading
  • 14256ad: Changed api to for useIsFetching$ to direclty return signal
  • 1fe23e2: Started using @preact-signals/unified-signals
  • 55cfc73: Implemented suspense and useErrorBoundary for useQuery$
  • 538d2a9: Added useMutation$ and basic tests

Patch Changes

  • Updated dependencies [8f3b9c5]
  • Updated dependencies [28d5595]
  • Updated dependencies [4103d44]
  • Updated dependencies [9dd35ab]
  • Updated dependencies [f4040ee]
  • Updated dependencies [81065a5]
  • Updated dependencies [14256ad]
  • Updated dependencies [c2bd0e6]
preact-signals - @preact-signals/[email protected]

Published by github-actions[bot] about 1 year ago

Minor Changes

  • 89badcb: Improved untracked polyfill
  • 1f96c91: Because untracked probably will be in signal-core soon, our implementation should be a polyfill
  • 4103d44: Polyfills created as package and utils was moves to @preact-signals/utils
  • 55cfc73: untracked reimplemented
preact-signals - @preact-signals/[email protected]

Published by github-actions[bot] over 1 year ago

Minor Changes

  • 48826c5: Moved reusabled functionality to @preact-signals/utils
preact-signals - @preact-signals/[email protected]

Published by github-actions[bot] over 1 year ago

Minor Changes

  • 48826c5: Implemented solidjs like resources and tested it out

Patch Changes

  • 0d02a32: Added docs
  • 7096947: Fixed synchronys error case, and added test for it
  • Updated dependencies [48826c5]
preact-signals - @preact-signals/[email protected]

Published by github-actions[bot] over 1 year ago

Patch Changes

  • 48826c5: Moved reusabled functionality to @preact-signals/utils
preact-signals - @preact-signals/[email protected]

Published by github-actions[bot] over 1 year ago

Minor Changes

  • 54811ec: Added docs, tested