#likepost
OPEN FOLLOWBACK LAGI!

- Wajib follow base
- Repost dan likepost ini dan yang diquote
- Rep DONE <3
Hai semua! Kenalkan kami base buat para BA dan cust berkeluh kesah dan curhat-curhat!

nyambaseu on X kini hadir di bsky. Repost dan like yuk kalau mau followan!

COMING SOON! Nunggu bot suvpen yaaa.

#zonauang #zonaBA
June 9, 2024 at 4:00 AM
November 2, 2025 at 10:04 PM
January 6, 2025 at 11:02 AM
Anmolkwatra55 ❤️‍🔥 ❤️‍🔥 ❤️‍🔥
#like #follow #fashion #photography #likepost #followpage #outfitofthenight
#outfitstyle
June 6, 2025 at 12:59 PM
LMFAOO. thats crazy wow. why would anyone think that about tfp megatron . i cannot relate to this statement even a little bit. #likepost #repost
March 18, 2026 at 3:52 AM
October 15, 2025 at 1:09 PM
November 18, 2024 at 3:37 AM
Looks like there's a lil' bug here:
```
if (this.classList.contains('liked')) {
const { likes } = await likePost(postId); // This should call `unlikePost` lol
} else {
const { likes } = await unlikePost(postId); // and this `likePost`
}```
April 25, 2025 at 8:23 PM
Any thoughts on how the type system could surface security issues wrt to server action args?

If I understand correctly, typing args – e.g.

"use server"
export async function likePost(postId: string) { ... }

is awesome for ensuring correct usage in the codebase, but it doesn't stop someone from
April 29, 2025 at 8:48 PM
hot editor is 💃 *dancing for your attention* 💃

to this 👇

ko-fi.com/africantrans...

CAN I GET A RIDE ON THE 💿🐴?

To help:

- Share
- Donate (any amount!)
- Peruse the shop
- Create for the shop
- Talk about it, including translations in general
- Like the "likepost": bsky.app/profile/edeb...
Support African Translation Project
African Translation Project; Current Goal: $2500 - to begin translation of: I thought it was going to rain / Bengithi Lizokuna by Nakanjani G. Sibiya, Translated by Sifiso Mzobe.
ko-fi.com
July 28, 2025 at 8:45 PM
I know this post is a month old but ... how does versioning work with 'use server'?

Suppose my client imports and calls an exported server function named `likePost`. I deploy. Then I rename `likePost` to `likeSkeet` and redeploy. Do old versions of the clients just break?
May 29, 2025 at 9:51 PM
opening the network tab and replaying the action sending over a number instead. So I've been doing something like

export async function likePost(unsafePostId: string) {
if (typeof unsafePostId !== 'string') throw;
const postId = unsafePostId;
// ...
}

so I get type safety for the caller but
April 29, 2025 at 8:48 PM
Ok, everyone! I would *really really* like to push this first goal over the edge today, and get the second book announced. For Many Reasons.

Please, talk about it, like my likepost (I pinned it) donate any amount - we're at 92% - let's push this over!

ko-fi.com/africantrans...
Support African Translation Project
African Translation Project; Current Goal: $2500 - to begin translation of: I thought it was going to rain / Bengithi Lizokuna by Nakanjani G. Sibiya, Translated by Sifiso Mzobe.
ko-fi.com
July 31, 2025 at 11:36 AM
I like the idea of RPCs and scripts being handled by the module system. I think it would feel less magical if the syntax was tied to import/export instead of directives. Something like:

import { LikeButton } from './frontend' with { type: 'script' };
export remote async function likePost(postId)
April 27, 2025 at 11:53 PM
Stopped using React long before RSCs but this article is super interesting. The pattern makes a lot of sense. The use-client/use-server directives act like RPC between client and server over HTTP/fetch

“importing likePost from the client code gives you an async function that performs the HTTP call”
May 31, 2025 at 6:47 PM
Set the callback URL to http://127.0.0.1:8976/oauth/callback in your X Developer app. For safety, add an allowlist such as: X_API_TOOL_ALLOWLIST=searchPostsRecent,createPosts,getUsersMe,getPostsById,likePost,repostPost Then run: python -m venv .venv && source .venv/bin/activate
April 6, 2026 at 9:39 PM