after.js
after.js 介绍
Next.js-After.js enables Next.js-like data fetching with any react SSR app that uses react Router 4.
Razzle Quickstart
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
网站地址:https://npm.im/@jaredpalmer/after
GitHub:https://github.com/jaredpalmer/after.js
网站描述:使用React Router 4的React SSR应用框架