Tweets
- Tweets, current page.
- Tweets & replies
- Media
You blocked @timer150
Are you sure you want to view these Tweets? Viewing Tweets won't unblock @timer150
-
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!pic.twitter.com/sgbh3l8w1T
Thanks. Twitter will use this to make your timeline better. UndoUndo -
Joe Haddad Retweeted
Oh man the new no-code-reload Fast Refresh in Next.js 9.4 is magic; huge hat tip to the
@vercel folks and@dan_abramov:https://nextjs.org/blog/next-9-4#fast-refresh …Thanks. Twitter will use this to make your timeline better. UndoUndo -
Joe Haddad Retweeted
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
@vercel – to the tune of 500M new pages a day
https://static-tweet.now.sh/ Show this threadThanks. Twitter will use this to make your timeline better. UndoUndo -
The Next.js team AMA starts in 10 minutes!https://twitter.com/hashnode/status/1248140639121944577 …
Thanks. Twitter will use this to make your timeline better. UndoUndo -
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! https://next-code-elimination.now.sh/ Please let us know what you think! We love feedback.
Show this threadThanks. Twitter will use this to make your timeline better. UndoUndo -
You can learn more about these new hooks in our documentation:https://nextjs.org/docs/basic-features/data-fetching …Show this threadThanks. Twitter will use this to make your timeline better. UndoUndo -
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 threadThanks. Twitter will use this to make your timeline better. UndoUndo -
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 threadThanks. Twitter will use this to make your timeline better. UndoUndo -
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 threadThanks. Twitter will use this to make your timeline better. UndoUndo -
Thanks to
@adamwathan'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.
https://next-code-elimination.now.sh/ https://twitter.com/adamwathan/status/1246144545361997829 …
Show this threadThanks. Twitter will use this to make your timeline better. UndoUndo -
Joe Haddad Retweeted
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 https://github.com/zeit/next.js/discussions/11552 …pic.twitter.com/vDXzXZkUKQ
Thanks. Twitter will use this to make your timeline better. UndoUndo -
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 threadThanks. Twitter will use this to make your timeline better. UndoUndo -
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 threadThanks. Twitter will use this to make your timeline better. UndoUndo -
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!https://twitter.com/vercel/status/1237092917438750720 …
Show this threadThanks. Twitter will use this to make your timeline better. UndoUndo -
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!https://twitter.com/reactathon/status/1232014700868599810 …
Thanks. Twitter will use this to make your timeline better. UndoUndo -
Joe Haddad Retweeted
Did you know that you can scroll horizontally using a mouse with Shift+Vertical Scroll?
Thanks. Twitter will use this to make your timeline better. UndoUndo -
Joe Haddad Retweeted
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 https://nextjs.org/blog/next-9-2 pic.twitter.com/5l04tfPF6r
Thanks. Twitter will use this to make your timeline better. UndoUndo -
Joe Haddad Retweeted
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 https://github.com/zeit/next.js/issues/9524 …pic.twitter.com/nc79MN7jfC
Thanks. Twitter will use this to make your timeline better. UndoUndo -
Joe Haddad Retweeted
At Chrome Dev Summit with the Next.js team (
@timer150 and@_ijjk) if you see us come say hi!@rauchg is joining the opening keynote to talk about Next.js
pic.twitter.com/zyRRWBk7Mv
Thanks. Twitter will use this to make your timeline better. UndoUndo -
Joe Haddad RetweetedThanks. Twitter will use this to make your timeline better. UndoUndo
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.
Who needs GraphQL when you can write SQL?