🏠
Author: ricky.fm (did:plc:jxk45ekze4mv3v4vpipobzhu)

Record🤔

uri:
"at://did:plc:jxk45ekze4mv3v4vpipobzhu/app.bsky.feed.post/3lcdvyc66qs2e"
cid:
"bafyreifdydwtyfljyvqx6hdym4acnsjcu675grgaasdil5jkkwazsaykhe"
value:
text:
"// Child
function Input({onChange}) {
  function handleChange(event) {
    onChange(event.target.value);
  }

  return (
    <input
      defaultValue=""
      onChange={handleChange)
    />
  );
}

// Parent
<Input onChange={() => {...}} />

what do you call the onChange the parent passes?"
$type:
"app.bsky.feed.post"
langs:
  • "en"
reply:
root:
cid:
"bafyreibh3a7xbbswogzwtehx2dn7ek37dyse3ohq4idodcagqfvppcimcu"
parent:
cid:
"bafyreibcswj7tzhjsmmalctrcafkmc644y6y2z5aqfxe4o4dqu4zpd6apa"
createdAt:
"2024-12-02T19:59:29.207Z"