rsnext/examples
Joe Haddad 53f4f82e4c
Catch all requests in custom server (#8704)
Some users aren't aware they need to edit their custom server to support various HTTP Methods (e.g. POST for API Routes).

Instead, we should just handle all HTTP Methods out-of-the-box.

---

Closes #8237
2019-09-11 10:23:41 -04:00
..
active-class-name Refactor active-class-name example (#8558) 2019-08-29 12:22:42 -04:00
amp Add export const config support and make withAmp a no-op (#7525) 2019-06-09 17:16:14 -07:00
analyze-bundles Remove Deploy To Now buttons (#7126) 2019-04-24 10:53:58 +02:00
api-routes Switch all examples to next@latest (#7806) 2019-07-08 18:41:33 -04:00
api-routes-apollo-server-and-client Add Apollo Server and Client Example App (#8195) 2019-09-05 18:42:32 -05:00
api-routes-graphql Update remaining examples to latest Next.js 2019-07-08 19:37:58 -04:00
api-routes-micro Switch all examples to next@latest (#7806) 2019-07-08 18:41:33 -04:00
api-routes-middleware Example for API routes with middleware (#7958) 2019-07-15 17:39:16 +02:00
api-routes-rest HTTP methods docs and REST example (#8108) 2019-07-25 11:18:38 -04:00
basic-css Remove Deploy To Now buttons (#7126) 2019-04-24 10:53:58 +02:00
basic-export Remove Deploy To Now buttons (#7126) 2019-04-24 10:53:58 +02:00
blog-starter Fix typo within blog-starter example (#8182) 2019-07-30 16:49:12 -05:00
custom-charset Remove Deploy To Now buttons (#7126) 2019-04-24 10:53:58 +02:00
custom-server Remove Deploy To Now buttons (#7126) 2019-04-24 10:53:58 +02:00
custom-server-actionhero Switch all examples to next@latest (#7806) 2019-07-08 18:41:33 -04:00
custom-server-express Catch all requests in custom server (#8704) 2019-09-11 10:23:41 -04:00
custom-server-fastify Catch all requests in custom server (#8704) 2019-09-11 10:23:41 -04:00
custom-server-hapi Catch all requests in custom server (#8704) 2019-09-11 10:23:41 -04:00
custom-server-koa Catch all requests in custom server (#8704) 2019-09-11 10:23:41 -04:00
custom-server-micro Remove Deploy To Now buttons (#7126) 2019-04-24 10:53:58 +02:00
custom-server-nodemon Remove Deploy To Now buttons (#7126) 2019-04-24 10:53:58 +02:00
custom-server-polka Catch all requests in custom server (#8704) 2019-09-11 10:23:41 -04:00
custom-server-reasonml Update remaining examples to latest Next.js 2019-07-08 19:37:58 -04:00
custom-server-typescript Apply missing formatting (#8079) 2019-07-23 14:33:49 -04:00
data-fetch Update README and data-fetch example to use function components. (#8546) 2019-09-02 12:47:30 +02:00
dynamic-routing Remove now.json from examples (#8057) 2019-07-22 17:06:48 +02:00
form-handler Deprecate Container usage (#8327) 2019-08-11 22:02:33 +02:00
gh-pages Test updater script on examples folder (#5993) 2019-01-05 12:19:27 +01:00
head-elements Remove Deploy To Now buttons (#7126) 2019-04-24 10:53:58 +02:00
hello-world Remove Deploy To Now buttons (#7126) 2019-04-24 10:53:58 +02:00
layout-component Remove Deploy To Now buttons (#7126) 2019-04-24 10:53:58 +02:00
nested-components Remove Deploy To Now buttons (#7126) 2019-04-24 10:53:58 +02:00
only-client-render-external-dependencies Remove Deploy To Now buttons (#7126) 2019-04-24 10:53:58 +02:00
page-transitions Remove page-transitions example 2018-05-25 14:19:40 +02:00
parameterized-routing Remove deploy to now button from all examples (#7101) 2019-05-27 12:22:05 -07:00
pass-server-data Remove deploy to now button from all examples (#7101) 2019-05-27 12:22:05 -07:00
progressive-render Remove deploy to now button from all examples (#7101) 2019-05-27 12:22:05 -07:00
shared-modules Remove deploy to now button from all examples (#7101) 2019-05-27 12:22:05 -07:00
ssr-caching Move syntax formatting to prettier (#7454) 2019-05-29 13:57:26 +02:00
svg-components Remove Deploy To Now buttons (#7126) 2019-04-24 10:53:58 +02:00
using-inferno Remove prefetch attributes from examples (#8481) 2019-08-23 10:12:25 -04:00
using-nerv Remove deploy to now button from all examples (#7101) 2019-05-27 12:22:05 -07:00
using-preact Remove deploy to now button from all examples (#7101) 2019-05-27 12:22:05 -07:00
using-router Remove deploy to now button from all examples (#7101) 2019-05-27 12:22:05 -07:00
using-with-router Remove Deploy To Now buttons (#7126) 2019-04-24 10:53:58 +02:00
with-absolute-imports Test updater script on examples folder (#5993) 2019-01-05 12:19:27 +01:00
with-algolia-react-instantsearch Remove deploy to now button from all examples (#7101) 2019-05-27 12:22:05 -07:00
with-ant-design Update ant design examples (#7490) 2019-06-04 11:13:10 +02:00
with-ant-design-less Update ant design examples (#7490) 2019-06-04 11:13:10 +02:00
with-antd-mobile Deprecate Container usage (#8327) 2019-08-11 22:02:33 +02:00
with-aphrodite Remove Deploy To Now buttons (#7126) 2019-04-24 10:53:58 +02:00
with-apollo Fix getInitialProps issue in with-apollo example (#8620) 2019-09-04 11:46:39 -05:00
with-apollo-and-redux Remove prefetch attributes from examples (#8481) 2019-08-23 10:12:25 -04:00
with-apollo-and-redux-saga Remove prefetch attributes from examples (#8481) 2019-08-23 10:12:25 -04:00
with-apollo-auth Improve with-apollo-auth example (#8633) 2019-09-05 11:09:32 -05:00
with-app-layout Deprecate Container usage (#8327) 2019-08-11 22:02:33 +02:00
with-asset-imports Test updater script on examples folder (#5993) 2019-01-05 12:19:27 +01:00
with-astroturf Update remaining examples to latest Next.js 2019-07-08 19:37:58 -04:00
with-aws-amplify Delete next-env.d.ts in JS implementation example (#8619) 2019-09-04 11:01:18 +02:00
with-aws-amplify-typescript Add 2 AWS Amplify SSR examples one with JS and one with TS (#8073) 2019-07-29 09:44:05 -05:00
with-babel-macros Remove Deploy To Now buttons (#7126) 2019-04-24 10:53:58 +02:00
with-carbon-components Format missed files (#7464) 2019-05-29 18:19:32 -07:00
with-carlo Move syntax formatting to prettier (#7454) 2019-05-29 13:57:26 +02:00
with-cerebral Move syntax formatting to prettier (#7454) 2019-05-29 13:57:26 +02:00
with-cloud9 Update remaining examples to latest Next.js 2019-07-08 19:37:58 -04:00
with-componentdidcatch Remove Deploy To Now buttons (#7126) 2019-04-24 10:53:58 +02:00
with-configured-preset-env Remove Deploy To Now buttons (#7126) 2019-04-24 10:53:58 +02:00
with-context-api Fix with-context-api example (#8559) 2019-08-29 12:09:22 -04:00
with-cookie-auth Auth example with api routes (#8118) 2019-07-25 18:52:41 -05:00
with-custom-babel-config Remove deploy to now button from all examples (#7101) 2019-05-27 12:22:05 -07:00
with-custom-reverse-proxy Move syntax formatting to prettier (#7454) 2019-05-29 13:57:26 +02:00
with-cxs Remove Deploy To Now buttons (#7126) 2019-04-24 10:53:58 +02:00
with-data-prefetch Remove Deploy To Now buttons (#7126) 2019-04-24 10:53:58 +02:00
with-docker Remove deploy to now button from all examples (#7101) 2019-05-27 12:22:05 -07:00
with-dotenv Remove deploy to now button from all examples (#7101) 2019-05-27 12:22:05 -07:00
with-draft-js Update remaining examples to latest Next.js 2019-07-08 19:37:58 -04:00
with-dynamic-app-layout Fix layout example building (#8326) 2019-08-11 20:12:50 +02:00
with-dynamic-import Test updater script on examples folder (#5993) 2019-01-05 12:19:27 +01:00
with-electron [with-electron] Upgrade electron & transpile for the installed version (#8399) 2019-08-19 23:25:43 -04:00
with-electron-typescript Add electron typescript example (#8682) 2019-09-10 14:22:00 -05:00
with-emotion Remove deploy to now button from all examples (#7101) 2019-05-27 12:22:05 -07:00
with-emotion-fiber Remove Deploy To Now buttons (#7126) 2019-04-24 10:53:58 +02:00
with-env-from-next-config-js Remove deploy to now button from all examples (#7101) 2019-05-27 12:22:05 -07:00
with-external-scoped-css Remove deploy to now button from all examples (#7101) 2019-05-27 12:22:05 -07:00
with-external-styled-jsx-sass Remove Deploy To Now buttons (#7126) 2019-04-24 10:53:58 +02:00
with-fela Deprecate Container usage (#8327) 2019-08-11 22:02:33 +02:00
with-firebase-authentication Fix login popup not working (#8700) 2019-09-10 22:16:20 -04:00
with-firebase-cloud-messaging Remove deploy to now button from all examples (#7101) 2019-05-27 12:22:05 -07:00
with-firebase-hosting Updated "firebase-admin" module and added "firebase-functions-t… (#8078) 2019-07-24 13:10:36 +02:00
with-firebase-hosting-and-docker Update remaining examples to latest Next.js 2019-07-08 19:37:58 -04:00
with-firebase-hosting-and-typescript Fix example with-firebase-hosting-and-typescript (#7971) 2019-07-15 10:04:44 -05:00
with-flow Deprecate Container usage (#8327) 2019-08-11 22:02:33 +02:00
with-freactal Remove deploy to now button from all examples (#7101) 2019-05-27 12:22:05 -07:00
with-glamor Remove Deploy To Now buttons (#7126) 2019-04-24 10:53:58 +02:00
with-glamorous Remove Deploy To Now buttons (#7126) 2019-04-24 10:53:58 +02:00
with-global-stylesheet Remove with-global-stylesheet example (#4913) 2018-08-07 18:36:28 -07:00
with-global-stylesheet-simple Remove with-global-stylesheet example (#4913) 2018-08-07 18:36:28 -07:00
with-google-analytics Remove Deploy To Now buttons (#7126) 2019-04-24 10:53:58 +02:00
with-graphql-hooks Remove prefetch attributes from examples (#8481) 2019-08-23 10:12:25 -04:00
with-graphql-react Deprecate Container usage (#8327) 2019-08-11 22:02:33 +02:00
with-grommet Deprecate Container usage (#8327) 2019-08-11 22:02:33 +02:00
with-hashed-statics Update with-hashed-statics example (#6472) 2019-02-27 21:26:45 +01:00
with-higher-order-component Remove Deploy To Now buttons (#7126) 2019-04-24 10:53:58 +02:00
with-http2 update README.md for with-http2 example (#8131) 2019-07-27 10:39:09 +02:00
with-immutable-redux-wrapper Deprecate Container usage (#8327) 2019-08-11 22:02:33 +02:00
with-ioc Run lint-fix 2019-05-28 16:06:13 -07:00
with-jest Remove deploy to now button from all examples (#7101) 2019-05-27 12:22:05 -07:00
with-jest-flow Move syntax formatting to prettier (#7454) 2019-05-29 13:57:26 +02:00
with-jest-react-testing-library Fix typo in link in example's README (#8545) 2019-08-28 17:00:48 +02:00
with-jest-typescript Update typescript examples (#7867) 2019-07-10 12:51:21 +02:00
with-kea Deprecate Container usage (#8327) 2019-08-11 22:02:33 +02:00
with-linaria Update remaining examples to latest Next.js 2019-07-08 19:37:58 -04:00
with-lingui Move syntax formatting to prettier (#7454) 2019-05-29 13:57:26 +02:00
with-loading Refactor with-loading example (#8560) 2019-09-02 13:05:29 -05:00
with-markdown Format missed files (#7464) 2019-05-29 18:19:32 -07:00
with-material-ui docs: removes npx info & moves src link up (#4972) 2018-08-19 22:26:50 +02:00
with-mdx Upgrade with-mdx example from mdx 0.16 → 1.1 (#8142) 2019-07-27 19:49:08 +01:00
with-mobx Deprecate Container usage (#8327) 2019-08-11 22:02:33 +02:00
with-mobx-react-lite Deprecate Container usage (#8327) 2019-08-11 22:02:33 +02:00
with-mobx-state-tree Deprecate Container usage (#8327) 2019-08-11 22:02:33 +02:00
with-mobx-state-tree-typescript Deprecate Container usage (#8327) 2019-08-11 22:02:33 +02:00
with-mocha Remove deploy to now button from all examples (#7101) 2019-05-27 12:22:05 -07:00
with-next-css Remove deploy to now button from all examples (#7101) 2019-05-27 12:22:05 -07:00
with-next-i18next Update README.md 2019-03-07 13:20:46 +01:00
with-next-less Remove Deploy To Now buttons (#7126) 2019-04-24 10:53:58 +02:00
with-next-page-transitions Deprecate Container usage (#8327) 2019-08-11 22:02:33 +02:00
with-next-routes Remove Deploy To Now buttons (#7126) 2019-04-24 10:53:58 +02:00
with-next-sass Remove deploy to now button from all examples (#7101) 2019-05-27 12:22:05 -07:00
with-next-seo Deprecate Container usage (#8327) 2019-08-11 22:02:33 +02:00
with-noscript Remove deploy to now button from all examples (#7101) 2019-05-27 12:22:05 -07:00
with-now-env Updated with-now-env example (#7694) 2019-06-28 15:14:56 -07:00
with-office-ui-fabric-react Update remaining examples to latest Next.js 2019-07-08 19:37:58 -04:00
with-orbit-components Deprecate Container usage (#8327) 2019-08-11 22:02:33 +02:00
with-overmind Deprecate Container usage (#8327) 2019-08-11 22:02:33 +02:00
with-pkg Change React version of examples to latest (#5990) 2019-01-05 12:16:07 +01:00
with-polyfills Remove Deploy To Now buttons (#7126) 2019-04-24 10:53:58 +02:00
with-portals Test updater script on examples folder (#5993) 2019-01-05 12:19:27 +01:00
with-portals-ssr Deprecate Container usage (#8327) 2019-08-11 22:02:33 +02:00
with-prefetching Deprecate Container usage (#8327) 2019-08-11 22:02:33 +02:00
with-pretty-url-routing Remove deploy to now button from all examples (#7101) 2019-05-27 12:22:05 -07:00
with-rbx-bulma-pro Apply missing formatting (#8079) 2019-07-23 14:33:49 -04:00
with-react-css-modules Update remaining examples to latest Next.js 2019-07-08 19:37:58 -04:00
with-react-esi Typo in class name in with-react-esi example (#8414) 2019-08-18 20:00:47 +02:00
with-react-ga Deprecate Container usage (#8327) 2019-08-11 22:02:33 +02:00
with-react-helmet Deprecate Container usage (#8327) 2019-08-11 22:02:33 +02:00
with-react-intl Update with-react-intl for v3 (#8526) 2019-08-26 15:40:36 -05:00
with-react-jss Update remaining examples to latest Next.js 2019-07-08 19:37:58 -04:00
with-react-md Remove Deploy To Now buttons (#7126) 2019-04-24 10:53:58 +02:00
with-react-multi-carousel Deprecate Container usage (#8327) 2019-08-11 22:02:33 +02:00
with-react-native-web Fix react-native-web example FOUC (#8576) 2019-09-02 12:38:51 +02:00
with-react-relay-network-modern Deprecate Container usage (#8327) 2019-08-11 22:02:33 +02:00
with-react-toolbox Format missed files (#7464) 2019-05-29 18:19:32 -07:00
with-react-useragent Deprecate Container usage (#8327) 2019-08-11 22:02:33 +02:00
with-react-uwp Remove usage of process.browser (#7651) 2019-06-24 16:34:10 -04:00
with-react-with-styles Remove Deploy To Now buttons (#7126) 2019-04-24 10:53:58 +02:00
with-reasonml [with-reasonml] Show both internal and shared state managment. (#7312) 2019-05-23 16:46:42 -05:00
with-reasonml-todo Fix a typo in with-reasonml-todo example (#8420) 2019-08-19 12:33:22 +02:00
with-rebass Remove Deploy To Now buttons (#7126) 2019-04-24 10:53:58 +02:00
with-recompose Remove Deploy To Now buttons (#7126) 2019-04-24 10:53:58 +02:00
with-redux Update redux example using hooks api (#8410) 2019-08-21 16:23:18 -05:00
with-redux-code-splitting Remove deploy to now button from all examples (#7101) 2019-05-27 12:22:05 -07:00
with-redux-observable Deprecate Container usage (#8327) 2019-08-11 22:02:33 +02:00
with-redux-persist Deprecate Container usage (#8327) 2019-08-11 22:02:33 +02:00
with-redux-reselect-recompose Fix typo in with-redux-reselect-recompose example (#7642) 2019-06-23 16:02:20 -07:00
with-redux-saga Deprecate Container usage (#8327) 2019-08-11 22:02:33 +02:00
with-redux-thunk Updated with-redux-thunk example using useSelector and useDispatch (#8396) 2019-08-16 14:50:46 -05:00
with-redux-wrapper Deprecate Container usage (#8327) 2019-08-11 22:02:33 +02:00
with-reflux Remove Deploy To Now buttons (#7126) 2019-04-24 10:53:58 +02:00
with-refnux Update remaining examples to latest Next.js 2019-07-08 19:37:58 -04:00
with-relay-modern FIX- #8059 - Update relay version in examples to latest one (#8227) 2019-08-03 12:22:24 +01:00
with-relay-modern-server-express Fix relay modern server express example (#8683) 2019-09-10 09:01:59 +02:00
with-rematch Deprecate Container usage (#8327) 2019-08-11 22:02:33 +02:00
with-scoped-stylesheets-and-postcss Deprecate css examples 2018-01-31 11:19:34 +01:00
with-segment-analytics Deprecate Container usage (#8327) 2019-08-11 22:02:33 +02:00
with-semantic-ui Remove now.json from examples (#8057) 2019-07-22 17:06:48 +02:00
with-sentry Docs: Fix comments in with-sentry example (server.js) (#8125) 2019-07-26 14:51:47 -05:00
with-sentry-simple Deprecate Container usage (#8327) 2019-08-11 22:02:33 +02:00
with-shallow-routing Remove Deploy To Now buttons (#7126) 2019-04-24 10:53:58 +02:00
with-sitemap-and-robots-express-server Switch all examples to next@latest (#7806) 2019-07-08 18:41:33 -04:00
with-slate Fix with-slate example (#8566) 2019-09-02 13:00:15 -05:00
with-socket.io Deprecate Container usage (#8327) 2019-08-11 22:02:33 +02:00
with-static-export Test updater script on examples folder (#5993) 2019-01-05 12:19:27 +01:00
with-stomp Use URL-friendly chunk names (#8609) 2019-09-03 10:55:48 -04:00
with-storybook Remove Deploy To Now buttons (#7126) 2019-04-24 10:53:58 +02:00
with-strict-csp Remove Deploy To Now buttons (#7126) 2019-04-24 10:53:58 +02:00
with-strict-csp-hash Remove Deploy To Now buttons (#7126) 2019-04-24 10:53:58 +02:00
with-style-sheet Remove Deploy To Now buttons (#7126) 2019-04-24 10:53:58 +02:00
with-styled-components Deprecate Container usage (#8327) 2019-08-11 22:02:33 +02:00
with-styled-jsx-plugins Remove Deploy To Now buttons (#7126) 2019-04-24 10:53:58 +02:00
with-styled-jsx-postcss Make styled-jsx configurable (#3050) 2017-10-15 19:54:57 +02:00
with-styled-jsx-scss Remove Deploy To Now buttons (#7126) 2019-04-24 10:53:58 +02:00
with-styletron Deprecate Container usage (#8327) 2019-08-11 22:02:33 +02:00
with-sw-precache Remove Deploy To Now buttons (#7126) 2019-04-24 10:53:58 +02:00
with-tailwindcss Remove prefetch attributes from examples (#8481) 2019-08-23 10:12:25 -04:00
with-ts-node Update remaining examples to latest Next.js 2019-07-08 19:37:58 -04:00
with-typescript Apply missing formatting (#8079) 2019-07-23 14:33:49 -04:00
with-typescript-styled-components Fix children key in with-typescript-styled-components example (#8003) 2019-07-17 12:26:08 -05:00
with-typestyle Remove Deploy To Now buttons (#7126) 2019-04-24 10:53:58 +02:00
with-typings-for-css-modules Update typescript examples (#7867) 2019-07-10 12:51:21 +02:00
with-universal-configuration-build-time Remove Deploy To Now buttons (#7126) 2019-04-24 10:53:58 +02:00
with-universal-configuration-runtime Remove Deploy To Now buttons (#7126) 2019-04-24 10:53:58 +02:00
with-unstated Deprecate Container usage (#8327) 2019-08-11 22:02:33 +02:00
with-url-object-routing Remove Deploy To Now buttons (#7126) 2019-04-24 10:53:58 +02:00
with-videojs Remove Deploy To Now buttons (#7126) 2019-04-24 10:53:58 +02:00
with-webassembly Update remaining examples to latest Next.js 2019-07-08 19:37:58 -04:00
with-webpack-bundle-analyzer Add analyze bundles example (#5332) 2018-10-01 01:24:27 +02:00
with-webpack-bundle-size-analyzer Remove Deploy To Now buttons (#7126) 2019-04-24 10:53:58 +02:00
with-yarn-workspaces Fix yarn workspaces example (#8631) 2019-09-06 13:44:39 +02:00
with-zones Update with-zones example (#8459) 2019-08-27 16:24:29 -04:00