I hereby claim:
- I am culas on github.
- I am celeptor (https://keybase.io/celeptor) on keybase.
- I have a public key ASB1kKZ2wh53gUfLzTc8fYTepd_c-a5O09uogYgvUOabbwo
To claim this, I am signing this object:
| <!DOCTYPE html> | |
| <html lang="en"> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <title>Basic Homemade Signals: Implementation</title> | |
| <style> | |
| html { | |
| font-family: sans-serif; | |
| } | |
| </style> |
| <html> | |
| <body></body> | |
| <script type="module"> | |
| import { signal, effect } from "https://cdn.jsdelivr.net/npm/@preact/signals-core@1.5.1/+esm"; | |
| const count = signal(0); | |
| const button = document.createElement("button"); | |
| button.innerText = "click me"; | |
| const paragraph = document.createElement("p"); |
I hereby claim:
To claim this, I am signing this object: