63 Followers
424 Following
30 Posts
Battle-scarred designer promoted to web and software engineer. Not sure where my place is on the web. You'll get a little bit of everything if you follow.🤞🏼
@tezoatlipoca @cadey True, but that’s assuming a human was behind the making of this masterpiece.

@collinsworth @hi_mayank

I obtained the answer from Copilot, not Google, so approach with skepticism. 😀

@collinsworth @hi_mayank

I think when React ‘renders’ it’s simply instructing the browser to update the dom, cssom, build a render tree, and so on.

@collinsworth @hi_mayank

Example:

On the initial paint you see a placeholder for content.

The async function inside the useEffect told your browser to fetch your medical records.

The browser receives the data.

Following the instructions in your code, the browser updates the dom, cssom, generates a render tree, calculates the layout of each item in the render tree, and finally paints the pixels to your screen. You see your medical records.

@collinsworth @hi_mayank

When you use useEffect, it runs after the browser paints the screen. It doesn’t block the main thread and allows other tasks to continue while it executes.

@Wilto <h1>, it’s older than the web. Who invented it? Has it evolved since its inception?

@starchy, she’s out shopping, splurging on Black Friday deals. I'm unsure if it's the right moment to mention an invoice for just 55 cents, but since you raised the topic, I'll direct your Mastodon account concern to her attention.

[ It was enjoyable chatting with you. Have a pleasant evening! ]

@starchy, my adolescent serves as a library page, while my partner holds a position on the library board. Despite this, we keep receiving invoices for overdue books. If that's indeed a feature, where would I find the option to unsubscribe or cancel my subscription?
@starchy it’s a scam; you won’t be able to keep them.
#11ty, I found tuts and tried them but I’m looking for a ‘complete’ repo to import Notion articles using their API, or one I can contribute efforts. Any suggestions?