-
Notifications
You must be signed in to change notification settings - Fork 191
Open
Description
This issue is for collecting any kind of feedback on the Signals API:
- API or design suggestions
- Bugs or unexpected behavior
- Real-world use cases
- Documentation or clarity issues
- Open discussion and questions
Related design document: vaadin/platform#8366
Even short feedback is valuable. If possible, please include a concrete example.
Description
Clearly describe your feedback.
- What feels good or problematic?
- What is confusing or missing?
- What would you like to change or improve?
Use case
Describe the real-world scenario where this matters.
Why is this important in practice?
How would developers benefit from a change here?
Code example (if applicable)
Minimal reproduction or illustrative example.
Pseudocode is perfectly fine.
const count = signal(0);
effect(() => {
console.log(count.value);
});Expected behavior
Describe a behavior you expect from existing API in case I doesn't work or look like you'd want.
Remember to vote feedback comments so it helps us to prioritize future work.