-
Notifications
You must be signed in to change notification settings - Fork 59
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
We need your help to develop Signals! #95
Comments
I'm making a utility library here: https://github.com/NullVoxPopuli/signal-utils The implementations and tests are going to be ports from other ecosystems 🎉 Current structures / utils:
|
Cool, I'll try it out here soon: https://github.com/quantuminformation/vanillajs-patterns |
I'm failing to get the example code shown in the readme to work (section: "Using signals"). This is the counter/isEven/parity example, and I am using the effect.js implementation shown there, too (section "Creating a simple effect"). I'm using node 21.7.3. The problem is that the effect() callback is never run (except for the initial time). What am I doing wrong? Note: I added a console.log() to the setInterval callback to make sure it is being called and, yes, it is, but no corresponding output from the effect() callback. Note: I get the same behavior when using the signal-polyfill package from npm, or when directly using the polyfill built from this repository's packages/signal-polyfill subdirectory. PS very excited about this, and looking forward to getting it to work! UPDATE:
Would it be possible to update the readme example? |
of course! |
There's a lot that you all can do to help, including:
The text was updated successfully, but these errors were encountered: