Joe Haddad

@timer150

Sr Software Engineer at ▲Vercel, working on Next.js. prev: Create React App.

Strongsville, Ohio
Joined June 2010

Tweets

You blocked @timer150

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

  1. May 21

    Developer tooling is supposed to help you quickly identify errors in your code. 🧙‍♂️ That's why we're making sure all Next.js errors are easy to understand! 💅 Coming soon: polished Sass syntax errors 👀 View the before and after below 🗣 Have feedback or suggestions? Let me know!

    After: the improved Sass error
    Before: the poorly formatted Sass error
    Undo
  2. Retweeted
    May 14

    Oh man the new no-code-reload Fast Refresh in Next.js 9.4 is magic; huge hat tip to the folks and :

    Undo
  3. Retweeted
    Apr 23

    As of Next.js 9.3+, static generation is possible at build time. But also at runtime! This demo shows off Jamstack at scale on – to the tune of 500M new pages a day 😁

    Show this thread
    Undo
  4. Apr 9

    The Next.js team AMA starts in 10 minutes!

    Undo
  5. Apr 4

    If you just want to play around with the code-elimination, the tool will process any code you input in real-time. As an added bonus, you can create shareable URLs! Please let us know what you think! We love feedback. 💕

    Show this thread
    Undo
  6. Apr 4

    💡 You can learn more about these new hooks in our documentation:

    Show this thread
    Undo
  7. Apr 4

    For SSG, the code related to `getStaticProps` is automatically removed from your client-side bundle and invoked at build-time. The result of this fn is then stored as a JSON file that is fetched on a client-side transition or inlined into the page for a direct visit.

    Show this thread
    Undo
  8. Apr 4

    For SSR, the code related to `getServerSideProps` is automatically extracted into an API endpoint that is transparently invoked on a direct visit or client-side transition. This means you can, for example, directly query a database via SQL without writing any API boilerplate!

    Show this thread
    Undo
  9. Apr 4

    Next.js 9.3 now supports SSG via `getStaticProps` and easier-than-ever SSR via `getServerSideProps`. These two hooks are automatically removed from your client-side bundles, including the code they use: imports, module-level functions and variables, et al.

    Show this thread
    Undo
  10. Apr 4

    Thanks to 's tweet, the new Next.js hook getServerSideProps has been receiving lots of attention! I put together a quick little tool to show how it works, why it’s safe, and how it’s optimized. 🧵

    Show this thread
    Undo
  11. Retweeted
    Apr 1

    Wrote an RFC for Incremental Static Generation in Next.js: ◆ Works with any data source ◆ Configurable per-page ◆ Integrates with getStaticProps ◆ Regeneration happens in the background ◆ Fully open-source and standalone ◆ Works with existing sites

    Next.js logo subtitled incremental static generation RFC
    Undo
  12. Mar 9

    And this is just the beginning! We're already experimenting with single-page rebuilds and fully incremental static site generation that does not require a redeploy—nor sacrifice availability or any of the JAMstack benefits. Stay tuned!

    Show this thread
    Undo
  13. Mar 9

    Next.js' SSG support is agnostic to the data source, meaning you can use the file system, an API or CMS, GraphQL, etc! All the code used to fetch data is only ran at build-time, and completely eliminated from the client-side bundles. Client-side transitions are instantaneous!

    Show this thread
    Undo
  14. Mar 9

    I'm truly humbled to be a part of this team—and this may be the most impactful Next.js release to date. I can't wait to see what users build with our new Static Site Generation support, including all of the never before possible workflows enabled by Preview Mode!

    Show this thread
    Undo
  15. Feb 24

    I'm super excited to talk about all of the improvements we've been making in Next.js! Stop by the Next.js topic table to discuss how you can build a fast and resilient application leveraging Next.js' hybrid architecture: SSG, SSR, and/or automatic prerendering!

    Undo
  16. Retweeted
    Feb 10

    Did you know that you can scroll horizontally using a mouse with Shift+Vertical Scroll?

    Undo
  17. Retweeted
    Jan 15

    Next.js 9.2: ⬩ Built-In CSS Imports for Global Styles ⬩ Built-In CSS Modules for Component-Level Styles ⬩ Catch-All Dynamic Routes ⬩ Up to 70% Reduced Largest JavaScript Bundle ⬩ Up to 87% Less JavaScript Loaded after Multiple Navigations

    Next.js logo subtitled Introducing Next.js 9.2
    Undo
  18. Retweeted
    25 Nov 2019

    Wrote a RFC to significantly improve Next.js Static Generation. ◆ Build-time data fetching ◆ Client-side routing with build-time data ◆ Static and server-rendered pages in one application ◆ Static generation for routes coming from a CMS

    Undo
  19. Retweeted
    11 Nov 2019

    At Chrome Dev Summit with the Next.js team ( and ) if you see us come say hi! is joining the opening keynote to talk about Next.js 🚀

    Undo
  20. Retweeted
    24 Oct 2019

    Chillin' with the "React in a Box" team at

    Show this thread
    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

    ·