タグ ZEIT
人気順 10 users 50 users 100 users 500 users 1000 usersVercel (日本語訳)
Vercel (日本語訳)訳註: Next.jsの生みの親の一人で、Vercel社のCEOを務める@rauchgによる記事の翻訳です。原文はこちら。訳者はVercelのエンジニアであり、ハンス・ロスリングほか著『FACTFULNESS』の共訳者でもある上杉周作(@chibicode)。ちなみに、Vercel社はこのたび社名をZEITから改名しました。公式発表はこちら。... 続きを読む
Next.js 9.3新API getStaticProps と getStaticPaths と getServerSideProps の概要解説 - Qiita
はじめに この記事ではNext.jsにvesrion 9.3から導入された以下の3つのAPIについて解説します。 getStaticProps getStaticPaths getServerSideProps こちらのissueで議論されてきた機能です。 Static Generation / SSG Improvements · Issue #9524 · zeit/next.js Next.jsが未経験の方でもReactとSSR(Server Side Render... 続きを読む
「zeit/swr」のpagination exampleでScroll Position Restoreを試す - Qiita
こちらはNext.js Advent Calendar 2019の22日目の記事です。 はじめに 例えばYoutubeをスマホで見ていたときに、↓のように一度ページ遷移をしてからブラウザバックしたときにスクロール位置が一番上まで戻ってしまった経験はないでしょうか。 これはSPAが抱える課題の1つで、解決するためには「Scroll Position Restore... 続きを読む
ZEIT – Serverless Chrome via Puppeteer with Now 2.0
Serverless is traditionally used for very small functions that do one thing and do it well. But what if that one small thing has one large dependency? For example, what if your function depends on Headless Chrome? Can you really fit an entire web browser in a serverless function? Our goal is to s... 続きを読む
GitHub - zeit/arg: Simple argument parsing
Dismiss Join GitHub today GitHub is home to over 28 million developers working together to host and review code, manage projects, and build software together. Sign up 続きを読む
ZEIT – ncc: Node.js Compiler Collection
Today we are thrilled to introduce ncc, a simple Node.js CLI program and API for compiling Node.js projects into a single JavaScript file. Inspired by native compiler toolchains, such as go, that export a static ELF binary file, ncc will output a self-contained script that bundles all its depende... 続きを読む
ZEIT – Serverless Docker Beta
The focus of our ZEIT Day Keynote this year was on the new capabilities of the Now cloud platform. In particular, we emphasized our focus on Serverless Docker Deployments. Today, we are announcing their availability as a public beta, which features: A 10x-20x improvement in cold boot performance,... 続きを読む
Microを使ってReactのSSRをする
zeit/micro Next.jsを作っているzeitが作ったNode.jsのフレームワークです。 『Node.js でちょっとしたサーバーサイドやるなら、 Micro が良いかも』やzeitのブログ記事『Micro 8: Better for Production, Easier for Development』に詳しく載っています。 Setup microとReactをインストールします。 microはproduction... 続きを読む
Node.js でちょっとしたサーバーサイドやるなら、 Micro が良いかも - Qiita
ZEIT が作っている Micro という Node.js のフレームワークがあり、使いやすそう。 https://github.com/zeit/micro ZEIT は、かの Next.js を作っていて、 Mongoose を作った人や socket.io を作った人が所属しており、とても信頼できる。 ちなみに、 ZEIT は Now という、 Node.js (及び Dockerized されたもの)を動... 続きを読む
ZEIT – Next.js 2.0
More than 3.1 million developers read our announcement post of Next.js . More than 110 contributors have submitted patches, examples or improved our documentation. Over 10,000 developers have starred ... 続きを読む