# 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 6
# self = https://watcher.sour.is/conv/iidqqga
@prologic I'm relying on vanilla JavaScript most of the time (even when using frameworks) to not have too much dependencies and lately I found that the type="module"
works quite well for most of my needs so I'm dropping almost everything, instead of nom and other i rely on skypack for the libraries.
If you need something bigger but still lighter try snowpack, it uses CDN until you build by optimizing the disk space too.
If anything look bleak try pnpm for a more standard experience of the tooling.
I'm really not a JavaScript developer at all but I'll check those out 👌 Thanks! 🙇♂️
I'm really not a JavaScript developer at all but I'll check those out 👌 Thanks! 🙇♂️
I'm really not a JavaScript developer at all but I'll check those out 👌 Thanks! 🙇♂️
I'm really not a JavaScript developer at all but I'll check those out 👌 Thanks! 🙇♂️
@prologic those are tools that should lessen your burden of the dependencies hell.
Personally I work only with skypack. The rest is for cases where you work with react and the like giving a better experience.