1
0
Fork 0
mirror of https://github.com/terribleplan/next.js.git synced 2024-01-19 02:48:18 +00:00
next.js/examples
Tim Neutkens eba9ebef5f Merge v3-beta into master (#2809)
* Add examples/with-redux-code-splitting. (#2721)

* #1757 Relay Modern Example (#2696)

* Add ReasonML example (#2640)

* Add ReasonML example

* Add a gitignore specifically for the reasonml example

* Allow custom className for <Main /> (#2802)

* 3.0.2

* Remove beta information from the README.

* 3.0.3

* Remove unnecessary lookup in example with emotion (#2731)

* Document SCSS/Less (#2742)

* Document SCSS/Less

* Add missing word

* Add docs for examples dir

* Add extra example

* uppercase J

* Add with pkg example (#2751)

* Add custom server micro example (#2750)

* Ease running multiple examples at the same time with process.env.PORT (#2753)

* Add line-height rule for error page h2 (#2761)

* Add support for fetching multiple translation files (#2743)

* Add support for fetching multiple translation files

* Cleanup

* Clear missed interval (#2611)

* clear missed interval

* remove trailing whitespace

* Relay Modern Example (#1757) (#2773)

* Simplification of Relay Modern Example (#1757) (#2776)

* Use deterministic names for dynamic import (#2788)

* Always use the same name for the same dynamic import.

* Add unit tests for the modulePath generation.

* Allow tests to run correctly on Windows.

* Make the chunk name a bit pretty.

* Fix tests to run on Windows.

* 3.0.4

* Revert "Make the chunk name a bit pretty." (#2792)

This reverts commit 0c9e8cf2271955e74ab9f752b5869b98c1dc60f9.

* 3.0.5

* Use _ as the divider for dynamic import name splitter. (#2793)

Using - gives us some weird webpack errors.

* 3.0.6

* next/dynamic Error Message Tweaks (#2798)

* Fixed issue (#2804)

https://github.com/zeit/next.js/issues/2800

* docs(material-ui): move the source code to Material-UI repository (#2808)
2017-08-27 22:13:35 +02:00
..
basic-css Normalize example package.json files (#2350) 2017-06-23 10:46:44 +02:00
custom-server Ease running multiple examples at the same time with process.env.PORT (#2753) 2017-08-10 20:15:46 +02:00
custom-server-express Ease running multiple examples at the same time with process.env.PORT (#2753) 2017-08-10 20:15:46 +02:00
custom-server-hapi Ease running multiple examples at the same time with process.env.PORT (#2753) 2017-08-10 20:15:46 +02:00
custom-server-koa Ease running multiple examples at the same time with process.env.PORT (#2753) 2017-08-10 20:15:46 +02:00
custom-server-micro Ease running multiple examples at the same time with process.env.PORT (#2753) 2017-08-10 20:15:46 +02:00
data-fetch Normalize example package.json files (#2350) 2017-06-23 10:46:44 +02:00
head-elements Normalize example package.json files (#2350) 2017-06-23 10:46:44 +02:00
hello-world Normalize example package.json files (#2350) 2017-06-23 10:46:44 +02:00
layout-component Normalize example package.json files (#2350) 2017-06-23 10:46:44 +02:00
nested-components Normalize example package.json files (#2350) 2017-06-23 10:46:44 +02:00
page-transitions Ease running multiple examples at the same time with process.env.PORT (#2753) 2017-08-10 20:15:46 +02:00
parameterized-routing Ease running multiple examples at the same time with process.env.PORT (#2753) 2017-08-10 20:15:46 +02:00
progressive-render Normalize example package.json files (#2350) 2017-06-23 10:46:44 +02:00
root-static-files Ease running multiple examples at the same time with process.env.PORT (#2753) 2017-08-10 20:15:46 +02:00
shared-modules Normalize example package.json files (#2350) 2017-06-23 10:46:44 +02:00
ssr-caching Ease running multiple examples at the same time with process.env.PORT (#2753) 2017-08-10 20:15:46 +02:00
svg-components fix #1833, update all examples. (#1834) 2017-04-30 07:29:37 -07:00
using-inferno Ease running multiple examples at the same time with process.env.PORT (#2753) 2017-08-10 20:15:46 +02:00
using-preact Ease running multiple examples at the same time with process.env.PORT (#2753) 2017-08-10 20:15:46 +02:00
using-router Normalize example package.json files (#2350) 2017-06-23 10:46:44 +02:00
with-algolia-react-instantsearch docs: add algolia-react-instantsearch example (#2544) 2017-07-12 20:00:47 +02:00
with-amp Normalize example package.json files (#2350) 2017-06-23 10:46:44 +02:00
with-ant-design Normalize example package.json files (#2350) 2017-06-23 10:46:44 +02:00
with-antd-mobile Fix "Deploy to now" link (#2489) 2017-07-07 11:23:25 +05:30
with-aphrodite Add rehydration to example/aphrodite (#1858) 2017-05-10 00:33:39 +02:00
with-apollo Merge master into v3-beta. 2017-07-06 12:24:31 +05:30
with-apollo-and-redux Clarify usage of connect in README.md (#2845) 2017-08-27 20:56:52 +02:00
with-apollo-auth Fix download link (#2463) 2017-07-05 10:48:33 +05:30
with-babel-macros add babel-macros example (#2563) 2017-07-14 23:22:25 +02:00
with-custom-babel-config Add deploy now button to the top of all example READMEs (#1763) 2017-04-22 14:51:51 +02:00
with-custom-reverse-proxy Ease running multiple examples at the same time with process.env.PORT (#2753) 2017-08-10 20:15:46 +02:00
with-cxs Support for cxs rehydration and removal of duplicate styles. (#1860) 2017-05-06 11:37:47 -07:00
with-dotenv with-dotenv example (#2399) 2017-06-29 08:32:45 +02:00
with-dynamic-import Use right next.js version for with-dynamic-import (#2423) 2017-07-01 08:13:25 +02:00
with-electron Linked post about Next.js + Electron 2017-08-19 16:37:09 +02:00
with-emotion Update example with emotion (#2837) 2017-08-24 08:27:49 +02:00
with-external-scoped-css add postcss after sass compilation to with-external-scoped-css example (#1640) 2017-05-27 14:18:50 +02:00
with-fela Improve Fela example (#2330) 2017-06-28 19:14:18 +02:00
with-firebase-authentication Ease running multiple examples at the same time with process.env.PORT (#2753) 2017-08-10 20:15:46 +02:00
with-firebase-hosting renames misspelt placeholder.html (#2703) 2017-08-03 08:04:03 +02:00
with-flow example curl pointed to with-styled-components, supposed to be with-flow (#1832) 2017-04-30 07:31:03 -07:00
with-glamor Normalize example package.json files (#2350) 2017-06-23 10:46:44 +02:00
with-glamorous Grammar fix (#2686) 2017-07-31 17:36:28 +05:30
with-global-stylesheet Normalize example package.json files (#2350) 2017-06-23 10:46:44 +02:00
with-higher-order-component Normalize example package.json files (#2350) 2017-06-23 10:46:44 +02:00
with-i18next Add support for fetching multiple translation files (#2743) 2017-08-13 02:28:20 +02:00
with-jest Normalize example package.json files (#2350) 2017-06-23 10:46:44 +02:00
with-loading Normalize example package.json files (#2350) 2017-06-23 10:46:44 +02:00
with-material-ui Normalize example package.json files (#2350) 2017-06-23 10:46:44 +02:00
with-material-ui-next docs(material-ui): move the source code to Material-UI repository (#2808) 2017-08-18 22:42:45 +02:00
with-mobx Simplify condition in mobx example (#2812) 2017-08-19 18:02:40 +02:00
with-next-routes Ease running multiple examples at the same time with process.env.PORT (#2753) 2017-08-10 20:15:46 +02:00
with-pkg Ease running multiple examples at the same time with process.env.PORT (#2753) 2017-08-10 20:15:46 +02:00
with-prefetching Add deploy now button to the top of all example READMEs (#1763) 2017-04-22 14:51:51 +02:00
with-pretty-url-routing Ease running multiple examples at the same time with process.env.PORT (#2753) 2017-08-10 20:15:46 +02:00
with-react-ga Normalize example package.json files (#2350) 2017-06-23 10:46:44 +02:00
with-react-helmet examples/with-react-helmet: upgrade react-helmet to v5.1.3 and fix invariant violation caused by bodyAttributes (#2587) 2017-07-18 08:03:21 +02:00
with-react-i18next Ease running multiple examples at the same time with process.env.PORT (#2753) 2017-08-10 20:15:46 +02:00
with-react-intl Ease running multiple examples at the same time with process.env.PORT (#2753) 2017-08-10 20:15:46 +02:00
with-react-md Normalize example package.json files (#2350) 2017-06-23 10:46:44 +02:00
with-react-toolbox example: with react-toolbox (#2047) 2017-05-25 18:32:17 +02:00
with-react-uwp fix: Update react-uwp example support Next 3 (#2464) 2017-07-08 14:12:01 +02:00
with-react-with-styles Example/add react-with-styles example (#2417) 2017-06-30 22:32:33 +02:00
with-reasonml Merge v3-beta into master (#2809) 2017-08-27 22:13:35 +02:00
with-rebass Example Rebass (#2490) 2017-07-08 14:05:46 +02:00
with-recompose With recompose (#2712) 2017-08-07 19:37:44 +02:00
with-redux Clear missed interval (#2611) 2017-08-13 15:44:14 +02:00
with-redux-code-splitting Merge v3-beta into master (#2809) 2017-08-27 22:13:35 +02:00
with-redux-reselect-recompose Add example for usage of redux + reselect + recompose (#2523) 2017-07-11 20:17:00 +02:00
with-redux-saga Add with-redux-saga example (#2551) 2017-07-13 20:55:29 +02:00
with-refnux Normalize example package.json files (#2350) 2017-06-23 10:46:44 +02:00
with-relay-modern Merge v3-beta into master (#2809) 2017-08-27 22:13:35 +02:00
with-scoped-stylesheets-and-postcss Fixed example with-scoped-stylesheets-and-postcss: css-modules reload update from files [name].css.json. (#2110) 2017-07-02 00:36:36 +02:00
with-semantic-ui Normalize example package.json files (#2350) 2017-06-23 10:46:44 +02:00
with-shallow-routing Normalize example package.json files (#2350) 2017-06-23 10:46:44 +02:00
with-socket.io Ease running multiple examples at the same time with process.env.PORT (#2753) 2017-08-10 20:15:46 +02:00
with-static-export Ease running multiple examples at the same time with process.env.PORT (#2753) 2017-08-10 20:15:46 +02:00
with-styled-components Remove stage-0 from dependencies on example (#2656) 2017-07-27 13:47:49 +05:30
with-styled-jsx-postcss Add deploy now button to the top of all example READMEs (#1763) 2017-04-22 14:51:51 +02:00
with-styletron Add deploy now button to the top of all example READMEs (#1763) 2017-04-22 14:51:51 +02:00
with-sw-precache Ease running multiple examples at the same time with process.env.PORT (#2753) 2017-08-10 20:15:46 +02:00
with-typescript Added react and react-dom dependencies (#2518) 2017-07-09 15:26:35 +02:00
with-universal-configuration Prefix process.env to avoid inconsistency (#2647) 2017-07-26 20:39:21 +02:00
with-url-object-routing Ease running multiple examples at the same time with process.env.PORT (#2753) 2017-08-10 20:15:46 +02:00
with-webpack-bundle-analyzer Merge master into v3-beta 2017-06-29 00:51:05 +05:30
.babelrc Babelrc false babelrc (#1094) 2017-02-13 06:18:22 +09:00
.gitignore Remove yarn.lock from examples (#912) 2017-01-29 05:48:53 +05:30