扫一扫分享
Next.js-After.js enables Next.js-like data fetching with any react SSR app that uses React Router 4.
You can quickly bootstrap an SSR React app with After.js using Razzle. While Razzle is not required, this documentation assumes you have the tooling setup for an isomorphic React application.
yarn global add create-razzle-app
create-razzle-app --example with-afterjs myapp
cd myapp
yarn start
手机预览