Tweets

You blocked @_developit

Are you sure you want to view these Tweets? Viewing Tweets won't unblock @_developit

  1. Pinned Tweet
    Jan 22

    HTM's preact integration now includes hooks. 4.6kb for VDOM + JSX + hooks with no build step is good value-for-money, IMO.

    Show this thread
    Undo
  2. I might have written a prototype for a truly zero runtime CSS-in-JS library⚡️ - ✅ Extract CSS (like the others duh!) - 🚀 Remove CSS-in-JS function call overhead - 🙌 Leads to way smaller code Essentially it converts styled elements straight up DOM nodes.

    Undo
  3. Pickle pizza and pickle hummus are both delicious.

    Undo
  4. Aug 14

    Unblocking clipboard access by and

    Undo
  5. Aug 13

    I finally updated to MacOS Catalina, which has the worst external display bugs of any software I've ever encountered. Every morning I have to toggle all the display settings to get them to use their default values.

    Undo
  6. Aug 11

    some of you may still not know this 🙁, but urql has an amazing normalized cache! 😍 in this post writes about it, what it is, and how to start using it! 🗂

    Undo
  7. Aug 11

    someone should make android notifications easier to swipe away. have to flick them 3+ times

    Undo
  8. Aug 11

    In the worst case, this just breaks otherwise valid code - particularly in strict ESM environments. It plays weirdly with both ESM and CJS module resolution. In the best case, the result is that a bunch of empty `.js` files are being imported by module consumers:

    Show this thread
    Undo
  9. Aug 11

    To clarify: by all means, export types using the "types" field in package.json. Just don't import them from your generated *.js files. // package.json { "module": "dist.js" } // dist.js export * from './types.ts'; // what should this do? export const foo = 1;

    Show this thread
    Undo
  10. Aug 11

    PSA: please don't ship TS type exports in your JS modules. It hurts everyone including TypeScript users.

    Show this thread
    Undo
  11. Aug 11

    I can never find a good reference for the "islands" architecture when talking to folks, so wrote about it:

    Undo
  12. Aug 10

    Want to learn about the latest trends on web performance? Check out our brand new episode with and

    Undo
  13. Aug 8

    Who's excited for our upcoming episode on web performance with and ?

    Undo
  14. Aug 8

    Just published a bunch of new prefresh versions! We've added support for: - Refreshing non-exported components - Webpack 5 - Next 9.5 Try it out and give feedback please!

    Undo
  15. Aug 6

    Here's me live-editing a preact material app on glitch. Instant startup and hot module updates, on a machine with slightly less compute power than a potato

    Undo
  16. Aug 6

    This week we updated to send a "modern" bundle to newer browsers. This means a ~6% reduction in the amount of code needed to run the site for most users, with just some webpack config tweaks. I wanted to share a little more about how... 1/

    Show this thread
    Undo
  17. Aug 6

    Here's me live-editing a preact material app on glitch. Instant startup and hot module updates, on a machine with slightly less compute power than a potato

    Undo
  18. Aug 6

    I've been using Twitter's bundles as an example for while, since my reverse compiler was able to reduce them by around 25%. I was actually talking to about it this morning just before Jane's tweet!

    Show this thread
    Undo
  19. Aug 6

    For those wondering why I've been pushing on modern npm dependencies and optimizing Babel's modern output for the past couple years, here's a real-world illustration:

    Show this thread
    Undo
  20. Aug 6

    Twitter Web App now runs ES6+ for modern browsers*, reducing the polyfill bundle size by 83% (gzipped size went from 16.6 KB down to 2.7 KB!!) * Chrome 79+, Safari 14+, Firefox 68+

    Show this thread
    Undo
  21. Jun 24

    Hey node friends, how do you schedule tasks well across big little core architectures?

    Undo

Loading seems to be taking a while.

Twitter may be over capacity or experiencing a momentary hiccup. Try again or visit Twitter Status for more information.

    You may also like

    ·