看得透又看得远者prevail. ppt.cc/flUmLx ppt.cc/fqtgqx ppt.cc/fZsXUx ppt.cc/fhWnZx ppt.cc/fnrkVx ppt.cc/f2CBVx
ppt.cc/fKlBax ppt.cc/fwlgFx ppt.cc/fVjECx ppt.cc/fEnHsx ppt.cc/fRZTnx ppt.cc/fSZ3cx ppt.cc/fLOuCx ppt.cc/fE9Nux ppt.cc/fL5Kyx ppt.cc/f71Yqx tecmint.com linuxcool.com linux.die.net linux.it.net.cn ostechnix.com unix.com ubuntugeek.com runoob.com man.linuxde.net ppt.cc/fwpCex ppt.cc/fxcLIx ppt.cc/foX6Ux linuxprobe.com linuxtechi.com howtoforge.com linuxstory.org systutorials.com ghacks.net linuxopsys.com ppt.cc/ffAGfx ppt.cc/fJbezx ppt.cc/fNIQDx ppt.cc/fCSllx ppt.cc/fybDVx ppt.cc/fIMQxx
Total Pageviews
Friday, 5 June 2026
Expo is an open-source platform for making universal native apps for Android, iOS, and the web with JavaScript and React
With Expo tools, services, and React, you can build, deploy, and quickly iterate on native Android, iOS, and web apps from the same JavaScript codebase.
Access to device capabilities like camera, location, notifications, sensors, haptics, and much more, all with universal APIs.
Build service gives you app-store ready binaries and handles certificates, no need for you to touch Xcode or Android Studio.
Over-the-air updates let you update your app at any time without the hassle and delays of submitting to the store.
Quick Start
If you are already experienced with React and JavaScript tooling and want to dive right in and figure things out as you go, this is the quickest way to get started:
$ npm install -g expo-cli
$ expo init my-project
$ cd my-project
$ expo start
Thursday, 4 June 2026
地球最孤獨有人島!250人被困大洋中央,一年僅9班船、無機場,卻活成千萬人嚮往的治癒淨土
next-on-pages
CLI to build and develop Next.js apps for Cloudflare Pages
https://www.npmjs.com/package/@cloudflare/next-on-pages
The next-on-pages package is deprecated, if you want to deploy a Next.js application on Cloudflare, please use the OpenNext Cloudflare adapter instead. If you have a Next.js application that already uses next-on-pages the OpenNext getting started guide for existing applications presents instructions on how to migrate to the OpenNext adapter.
⚠️ 🚧 ⚠️
Build, develop, and deploy Next.js apps for Cloudflare Pages.
Note
The best way to run Next.js apps on Cloudflare is to use @opennextjs/cloudflare. If you're coming from Vercel, you can migrate your Next.js app easily using Diverce, which can also help you migrate from @cloudflare/next-on-pages
@cloudflare/next-on-pages is a CLI tool that you can use to build and develop Next.js applications so that they can run on the Cloudflare Pages platform.
Alongside the @cloudflare/next-on-pages there is an additional package eslint-plugin-next-on-pages implementing an Eslint plugin which aim is to aid developers at using the @cloudflare/next-on-pages more efficiently and improve their overall developer experience when working with it.
You can see the packages contents (with their documentation) in their respective package directories:
Additionally there is also the next-dev submodule which is implemented as a separate package in this repository but included as a submodule of the main @cloudflare/next-on-pages package, you can see the submodule's content here:
If you want to contribute to this project (both to the main package and the eslint one) please refer to the Contributing document.
Extra references you might be interested in:
-
The original blog post introducing
@cloudflare/next-on-pages(24/10/2022), it goes into details on the inspiration for this package and provides some details on how it works. -
Cloudflare guide on how to create and deploy a Next.js application. The application can be either static (and deployed as simple static assets) or dynamic using the edge runtime (using
@cloudflare/next-on-pages). -
Documentation on how the caching and data revalidation for applications built using
@cloudflare/next-on-pagesworks. -
Explanations and insights into how
@cloudflare/next-on-pagesworks, design decisions behind different aspects, and how it handles different Next.js features.from https://github.com/cloudflare/next-on-pages