Skip to content

Commit

Permalink
Merge pull request #128 from proposal-signals/polyfill-disclaimer
Browse files Browse the repository at this point in the history
add polyfill disclaimer to the polyfill README
  • Loading branch information
NullVoxPopuli authored Apr 3, 2024
2 parents 4b3bd46 + 5f1b1d2 commit ad62ec1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/signal-polyfill/readme.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Signal Polyfill

## ⚠️ This polyfill is a preview of an in-progress proposal and could change at any time. Do not use this in production. ⚠️

A "signal" is [a proposed first-class JavaScript data type](../../README.md) that enables one-way data flow through cells of state or computations derived from other state/computations.

This is a polyfill for the `Signal` API.
Expand Down Expand Up @@ -137,4 +139,4 @@ export class Counter {
}
}
}
```
```

0 comments on commit ad62ec1

Please sign in to comment.