It's inspiring to hear about so many folks using htm to build without tools. This little library has had more of an impact than I would have thought! http://github.com/developit/htm pic.twitter.com/u7Mzn4NEmW
This is the legacy version of twitter.com. We will be shutting it down on June 1, 2020. Please switch to a supported browser, or disable the extension which masks your browser. You can see a list of supported browsers in our Help Center.
I work on @ChromeDevTools & @v8js at Google and on ECMAScript through TC39.
JavaScript, HTML, CSS, HTTP, performance, security, Bash, Unicode, i18n, macOS.
You can add location information to your Tweets, such as your city or precise location, from the web and via third-party applications. You always have the option to delete your Tweet location history. Learn more
Add this Tweet to your website by copying the code below. Learn more
Add this video to your website by copying the code below. Learn more
By embedding Twitter content in your website or app, you are agreeing to the Twitter Developer Agreement and Developer Policy.
| Country | Code | For customers of |
|---|---|---|
| United States | 40404 | (any) |
| Canada | 21212 | (any) |
| United Kingdom | 86444 | Vodafone, Orange, 3, O2 |
| Brazil | 40404 | Nextel, TIM |
| Haiti | 40404 | Digicel, Voila |
| Ireland | 51210 | Vodafone, O2 |
| India | 53000 | Bharti Airtel, Videocon, Reliance |
| Indonesia | 89887 | AXIS, 3, Telkomsel, Indosat, XL Axiata |
| Italy | 4880804 | Wind |
| 3424486444 | Vodafone | |
| » See SMS short codes for other countries | ||
This timeline is where you’ll spend most of your time, getting instant updates about what matters to you.
Hover over the profile pic and click the Following button to unfollow any account.
When you see a Tweet you love, tap the heart — it lets the person who wrote it know you shared the love.
The fastest way to share someone else’s Tweet with your followers is with a Retweet. Tap the icon to send it instantly.
Add your thoughts about any Tweet with a Reply. Find a topic you’re passionate about, and jump right in.
Get instant insight into what people are talking about now.
Follow more accounts to get instant updates about topics you care about.
See the latest conversations about any topic instantly.
Catch up instantly on the best stories happening as they unfold.
It's inspiring to hear about so many folks using htm to build without tools. This little library has had more of an impact than I would have thought! http://github.com/developit/htm pic.twitter.com/u7Mzn4NEmW
The next step for htm is to roll over to a custom parser. Right the parser is essentially 1:1 with JSX, which means this is a breaking change.
There's also an option to move to a custom HTML parser. I might run a poll next week to determine what people prefer.
I also want to explore the possibilities of transpiling on-the-fly from JSX to HTM, since the syntax is so similar. With the new parser in place, I'm betting a transform could be written as a clever regex.
I've been doing a bit of benchmarking for these formats and haven't yet been able to come to a conclusion. HTM is a one-time cost of ~500b, but each html`` section is no trivially smaller than the equivalent hyperscript function calls compiled from JSX.
There's more than wire cost at play here though, and parse+compile times for tagged templates might be sticking out as an area to explore for the V8 team.
I'd be very surprised if parse + compile times for tagged templates turn out to be more costly than a function call with multiple string and object literals as its arguments, in @v8js or elsewhere.
Twitter may be over capacity or experiencing a momentary hiccup. Try again or visit Twitter Status for more information.