# 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/cnzbvya
prologic/go-mithril-todo: A Golang MithrilJS TODO - go-mithril-todo - Mills

For anyone wanting to get into _modern_ Web Development with Go and Mithril šŸ‘Œ
prologic/go-mithril-todo: A Golang MithrilJS TODO - go-mithril-todo - Mills

For anyone wanting to get into _modern_ Web Development with Go and Mithril šŸ‘Œ
@prologic Thanks, that looks quite interesting. #bookmark
@prologic I believe projects like https://github.com/vuejs/petite-vue are the solution.
@prologic

> it is specifically optimized for "sprinkling" a small amount of interactions on an existing HTML page rendered by a server framework
Too much magicā„¢ for my liking. Mithril is better here in every way
Too much magicā„¢ for my liking. Mithril is better here in every way
@prologic If you're talking about the custom attributes and nesting code with HTML, I agree, but I agree with

> ā€œsprinklingā€ a small amount of interactions on an existing HTML page rendered by a server framework
@adi If I wanted to progressively sprinkle improved interactions on a web page, I'd use UmbrellaJS -- which we _actually_ use in yarnd -- Or just straight up vanilla Javascript.

I _think_ you're missing the point entirely. Mithril is as small-as-you-can-get-it "framework" that makes building SPA(s) (Single Page Apps) -- ala React-style -- without magicā„¢ and as lightweight as possible.

VUe is NOT this, no matter what fork or variant šŸ˜…

cc @markwylde šŸ¤—
@adi If I wanted to progressively sprinkle improved interactions on a web page, I'd use UmbrellaJS -- which we _actually_ use in yarnd -- Or just straight up vanilla Javascript.

I _think_ you're missing the point entirely. Mithril is as small-as-you-can-get-it "framework" that makes building SPA(s) (Single Page Apps) -- ala React-style -- without magicā„¢ and as lightweight as possible.

VUe is NOT this, no matter what fork or variant šŸ˜…

cc @markwylde šŸ¤—
@prologic Agree!