# I am the Watcher. I am your guide through this vast new twtiverse.
#
# Usage:
# https://watcher.sour.is/api/plain/users View list of users and latest twt date.
# https://watcher.sour.is/api/plain/twt View all twts.
# https://watcher.sour.is/api/plain/mentions?uri=:uri View all mentions for uri.
# https://watcher.sour.is/api/plain/conv/:hash View all twts for a conversation subject.
#
# Options:
# uri Filter to show a specific users twts.
# offset Start index for quey.
# limit Count of items to return (going back in time).
#
# twt range = 1 11
# self = https://watcher.sour.is/conv/oat4yva
@markwylde or anybody Can you explain why "everybody" is doing React?
@adi Yeah it's a tricky one. If you are using React with Hooks (not all the class based rubbish), it's actually alright. Have a look at the below.
It's just when compared to something like MithrilJS, it's very complicated and slow. But it's definitely the lesser of the evils (popular frameworks/libraries) out there.
But to answer why everybody is doing it, I think it's community, ecosystem and echo chambers.
> But to answer why everybody is doing it, I think it’s community, ecosystem and echo chambers.
☝️ This 💯 especially “echo chambers”
It’s like what we talked about the other day Mark, where most people haven’t the foggiest why they use Kubernetes in the imfra 🤣
> But to answer why everybody is doing it, I think it’s community, ecosystem and echo chambers.
☝️ This 💯 especially “echo chambers”
It’s like what we talked about the other day Mark, where most people haven’t the foggiest why they use Kubernetes in the imfra 🤣
\n\n> But to answer why everybody is doing it, I think it’s community, ecosystem and echo chambers.\n\n☝️ This 💯 especially “echo chambers”\n\nIt’s like what we talked about the other day Mark, where most people haven’t the foggiest why they use Kubernetes in the imfra 🤣
@adi Yeah, Mithril is actually based off hyperscript. You should check it out.
I used Riot for a bit and it was alright, but again with the transpiler tag file syntax, it just gets needlessly complex. It's actually what introduced me to Rollup.