No description
Find a file
JJ Kasper c9d9f1131c
Remove unstable_ prefix from new methods (#10723)
* Rename getServerProps to getServerSideProps

* Remove unstable_ prefix from new methods

* Add error when legacy methods are detected

* Add legacy methods for babel transform

* Add unstable_getServerSideProps also

* Apply suggestions from code review

Co-Authored-By: Joe Haddad <joe.haddad@zeit.co>

* Update types import

Co-authored-by: Joe Haddad <timer150@gmail.com>
2020-02-27 11:57:39 -06:00
.github Update config.yml 2020-02-25 13:24:06 +01:00
.vscode Improve linting rules to catch more errors (#9374) 2019-11-10 19:24:53 -08:00
bench Improve linting rules to catch more errors (#9374) 2019-11-10 19:24:53 -08:00
docs Rename getServerProps to getServerSideProps (#10722) 2020-02-27 11:04:30 -06:00
errors Remove unstable_ prefix from new methods (#10723) 2020-02-27 11:57:39 -06:00
examples Remove unstable_ prefix from new methods (#10723) 2020-02-27 11:57:39 -06:00
packages Remove unstable_ prefix from new methods (#10723) 2020-02-27 11:57:39 -06:00
test Remove unstable_ prefix from new methods (#10723) 2020-02-27 11:57:39 -06:00
.eslintignore Improve linting rules to catch more errors (#9374) 2019-11-10 19:24:53 -08:00
.eslintrc.json Remove react import in create-next-app template (#10564) 2020-02-18 09:51:11 +01:00
.gitignore Improve exported router types (#7853) 2019-07-11 13:35:39 -04:00
.npmrc Remove version prefix 2018-10-02 01:35:56 +02:00
.prettierignore Improve prettier ignore (#8753) 2019-09-16 14:18:08 +02:00
.prettierignore_staged Adjust Commit Linting Hook (#9694) 2019-12-10 20:29:39 -06:00
.prettierrc.json Update Prettier configuration 2019-04-26 14:37:30 -04:00
azure-pipelines.yml Update tests running and add splitting by timings for Azure (#10214) 2020-01-23 12:37:01 -05:00
CODE_OF_CONDUCT.md Move syntax formatting to prettier (#7454) 2019-05-29 13:57:26 +02:00
contributing.md Rename zeit.co/new → zeit.co/import (#10674) 2020-02-24 19:08:34 -05:00
jest.config.js Improve linting rules to catch more errors (#9374) 2019-11-10 19:24:53 -08:00
lerna.json v9.2.3-canary.15 2020-02-27 15:34:27 +01:00
license.md Zeit -> ZEIT (#5804) 2018-12-03 23:01:23 +01:00
lint-staged.config.js Add TypeScript Definitions for Sass (#10363) 2020-02-03 00:03:42 -05:00
package.json Bump amphtml-validator to 1.0.30 (#10588) 2020-02-19 13:34:44 +01:00
publish-release.sh Make sure to exit publish script with correct code (#10310) 2020-01-28 14:03:32 -05:00
readme.md Monorepo (#5341) 2018-10-01 01:02:10 +02:00
run-tests.js Migrate CircleCi config to GitHub actions (#10274) 2020-01-27 14:07:31 -06:00
UPGRADING.md Revert "Test" 2020-01-28 17:04:34 -08:00
yarn.lock Revert "Re-Enable Native url Module (#10530)" (#10623) 2020-02-21 01:16:07 -05:00

Next.js

Getting Started

Visit https://nextjs.org/learn to get started with Next.js.

Documentation

Visit https://nextjs.org/docs to view the documentation.

Contributing

Please see our contributing.md.

Authors