top | item 21711330

(no title)

cotelletta | 6 years 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.

discuss

order

yakshaving_jgt|6 years ago

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.

eknkc|6 years ago

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.

gherkinnn|6 years ago

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