Have there been any public plans for a fully featured web app? Having it be read-only on the web is a non-starter for me.
Facebook isnt going to be nice about this. They know they are in a strong position here. Expect an addicting algorithm that is fueled by ragebait (and if its anything like IG, coombait). The fact that it didn't release with an ability to time-sort tells you everything you need to know. Everyone knows how easy it is to sort by time, especially when stakes are low. Its anti-consumer from day 1. The surge in people are…
How the new Threads app is made
21–30 of 251 posts
Re: How the new Threads app is made
#22Re: How the new Threads app is made
#23Earlier quoted context omitted.
Facebook isnt going to be nice about this. They know they are in a strong position here. Expect an addicting algorithm that is fueled by ragebait (and if its anything like IG, coombait). The fact that it didn't release with an ability to time-sort tells you everything you need to know. Everyone knows how easy it is to sort by time, especially when stakes are low. Its anti-consumer from day 1. The surge in people are…
What is 'coombait'?
Re: How the new Threads app is made
#24[flagged]
Re: How the new Threads app is made
#25Earlier quoted context omitted.
Facebook isnt going to be nice about this. They know they are in a strong position here. Expect an addicting algorithm that is fueled by ragebait (and if its anything like IG, coombait). The fact that it didn't release with an ability to time-sort tells you everything you need to know. Everyone knows how easy it is to sort by time, especially when stakes are low. Its anti-consumer from day 1. The surge in people are…
What is 'coombait'?
Re: How the new Threads app is made
#26Have there been any public plans for a fully featured web app? Having it be read-only on the web is a non-starter for me.
Facebook isnt going to be nice about this. They know they are in a strong position here. Expect an addicting algorithm that is fueled by ragebait (and if its anything like IG, coombait). The fact that it didn't release with an ability to time-sort tells you everything you need to know. Everyone knows how easy it is to sort by time, especially when stakes are low. Its anti-consumer from day 1. The surge in people are…
Re: How the new Threads app is made
#27Any clues to what percentage is made with react native? https://www.threads.net/t/CuW_fXZOgPc/ would suggest to me the answer is "not much"
Ah, so even the makers of React are not dogfooding it anymore. Sounds about right.
Pretty sure they're using it on web everywhere and IMHO that's a decent choice when you need state management / DOM updates.
React Native is a whole other ball of mud, taking UI decisions out of the main thread where phones want them to be and delegating them into a bolted on javascript environment.
Re: How the new Threads app is made
#28Have there been any public plans for a fully featured web app? Having it be read-only on the web is a non-starter for me.
Re: How the new Threads app is made
#29Earlier quoted context omitted.
Would be surprised if this extension doesn't shrink in a subsequent release
Almost certainly just a dependency graph pruning issue. They likely pulled in too much of the main app into the plugin, which no longer has the strict sizing requirements that it used to. They'll trim it over the next couple of releases and the binary size shrink will look good on someone's performance review. Any kind of quantifiable changes like this counts as solid impact, heh, even if it has no real impact on usa…