# 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 1
# self = https://watcher.sour.is/conv/ei4xfsq
返璞歸真!使用 Alpine-js 開發交互式 web 應用,拋棄 node_modules 和 webpack 吧!**
前言--最近一直在使用 DjangoStarter 開發各種小項目,之前我是比較喜歡前後端分離的,後端用 Ninja API,前端 nextjs,開發起來也挺舒服的,交互體驗也比較好。不過我在網上衝浪的時候也瞭解到有 htmx 和 alpine.js 這些和 Django 很搭配的輕量級前端開發庫,於是來新的玩具項目裏嘗試一下。(本文先來試試 alpine.js,以最近正在開發的 LiveChat ⌘ Read more