Skip to content

Commit

Permalink
docs: add next.js recommended info
Browse files Browse the repository at this point in the history
  • Loading branch information
wang1212 committed Mar 7, 2023
1 parent 2f1056a commit 305f56a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ _**Starting with version `0.3.0`, [flow.js][0] will no longer be used, and [type
Support the following types:

- javascript
- react.js(or [Official](https://create-react-app.dev/)
- react.js(or [Official](https://create-react-app.dev/), :point_right: **now more recommended [next.js](https://nextjs.org/)** :rocket:

`javascript` type builds a PWA that doesn't depend on any development framework, while `react.js` type builds PWA based on React framework ecosystems such as React.js, Redux.js, and React Router.

Expand Down
2 changes: 1 addition & 1 deletion README.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ _**从 `0.3.0` 版本开始, 不再使用 [flow.js][0], 用 [typescript][1] 作
支持以下类型:

- javascript
- react.js(或者 [官方的](https://create-react-app.dev/)
- react.js(或者 [官方的](https://create-react-app.dev/):point_right: **现在更推荐 [next.js](https://nextjs.org/)** :rocket:

`javascript` 类型构建 PWA 不依赖于任何开发框架, 而 `react.js` 类型构建 PWA 则是基于 React.js 框架及其生态技术,例如 React.js, Redux.js, and React Router。

Expand Down

0 comments on commit 305f56a

Please sign in to comment.