alien-signals
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "alien-signals", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"sideEffects": false, | ||
@@ -48,4 +48,5 @@ "license": "MIT", | ||
"typescript": "latest", | ||
"vitest": "latest" | ||
"vitest": "latest", | ||
"jest-extended": "latest" | ||
} | ||
} |
@@ -9,9 +9,2 @@ <p align="center"> | ||
## Derived Projects | ||
- [YanqingXu/alien-signals-in-lua](https://github.com/YanqingXu/alien-signals-in-lua): Lua implementation of alien-signals | ||
- [medz/alien-signals-dart](https://github.com/medz/alien-signals-dart): alien-signals Dart implementation of alien-signals | ||
- [Rajaniraiyn/react-alien-signals](https://github.com/Rajaniraiyn/react-alien-signals): React bindings for the alien-signals API | ||
- [CCherry07/alien-deepsignals](https://github.com/CCherry07/alien-deepsignals): Use alien-signals with the interface of a plain JavaScript object | ||
# alien-signals | ||
@@ -32,2 +25,4 @@ | ||
> Benchmark repo: https://github.com/transitive-bullshit/js-reactivity-benchmark | ||
## Background | ||
@@ -37,2 +32,10 @@ | ||
## Derived Projects | ||
- [YanqingXu/alien-signals-in-lua](https://github.com/YanqingXu/alien-signals-in-lua): Lua implementation of alien-signals | ||
- [medz/alien-signals-dart](https://github.com/medz/alien-signals-dart): alien-signals Dart implementation of alien-signals | ||
- [Rajaniraiyn/react-alien-signals](https://github.com/Rajaniraiyn/react-alien-signals): React bindings for the alien-signals API | ||
- [CCherry07/alien-deepsignals](https://github.com/CCherry07/alien-deepsignals): Use alien-signals with the interface of a plain JavaScript object | ||
- [hunghg255/reactjs-signal](https://github.com/hunghg255/reactjs-signal): Share Store State with Signal Pattern | ||
## Adoption | ||
@@ -88,4 +91,5 @@ | ||
- https://github.com/stackblitz/alien-signals/blob/master/src/index.ts | ||
- https://github.com/proposal-signals/signal-polyfill/pull/44 | ||
- [Starter template](https://github.com/johnsoncodehk/alien-signals-starter) (implements `.get()` & `.set()` methods like the [Signals proposal](https://github.com/tc39/proposal-signals)) | ||
- [stackblitz/alien-signals/src/index.ts](https://github.com/stackblitz/alien-signals/blob/master/src/index.ts) | ||
- [proposal-signals/signal-polyfill#44](https://github.com/proposal-signals/signal-polyfill/pull/44) | ||
@@ -92,0 +96,0 @@ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
59427
201
5
1527