# 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/2ugexeq
React 即將推出 Compiler,是時候告別 useMemo-useCallback 了!**
大家好,我是 ConardLi。 最近,React 團隊在他們的官方博客發表了一篇文章,介紹了從上個大版本發佈,到 2024 年 2 月團隊的一些工作內容。其中最讓我驚喜的就是 React Compiler 了。衆所周知,大家在介紹 React 的時候總會說它是一個重運行時的框架,因爲它本身在編譯時並不會做很多針對於渲染的優化動作。這讓開發者在開發階段擁有了很多的靈活性,React 給我們提供了 ⌘ Read more