# 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/dgx25oq
如何使用 Router 爲你頁面帶來更快的加載速度**
引言React-Router 在 6.4 版本中 Release 了一系列 loaderFunction、defer 等 Data Apis,將數據獲取和頁面渲染進行分離從而帶來更好的用戶體驗。今天這篇文章就來和大家一起來探索 Data Apis 是如何爲我們的頁面帶來更好的用戶體驗,Why is the data apis better?通常在以往的頁面渲染中,無論是服務端渲染還是客戶端渲染都無 ⌘ Read more