Hacker News new | ask | show | jobs
by cotelletta 2385 days ago
I hate tutorials that don't explain you how something is actually implemented in the framework, as if you don't need to know your own tools.

I'm inferring suspense is based on exceptions to interrupt unrenderable components, but it would be nice if the author told me.

3 comments

It’s not meant to be a quality tutorial. It’s a spammy content-marketing campaign that this company are running. They plan to publish 288 of these in a single month.

They’ve already been banned from posting these to a site similar to HN.

Yeah, it is based on throwing promises that are not resolved. (which is weird but kind of makes sense)

They have been reluctant to discuss the details there, I guess it's because the details might change before the production release so they don't want to spell the actual inner workings out just yet.

I for one prefer a “get it to work, play with it and then dive deeper” approach.