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
Giacomo Rebonato b00f0c2044 TypeScript example proposal (#845)
* TypeScript example proposal

* removed unused loader

Removed typings

Moved TypeScript to dev dependencies

removed unused typings

changed react typings version

removed react dependency

set next dependency version to latest

removed not needed babel preset

enabled sourcemaps

simplified tsconfig

modified component to be a functional one

* Ignore build

* Making npm script Windows-friendly

* Clean up

* Added readme

* fixed typo
2017-02-09 12:36:58 +01:00
..
basic-css add react and react dom as peer (#1024) 2017-02-08 10:11:38 +05:30
custom-server add react and react dom as peer (#1024) 2017-02-08 10:11:38 +05:30
custom-server-express add react and react dom as peer (#1024) 2017-02-08 10:11:38 +05:30
custom-server-hapi add react and react dom as peer (#1024) 2017-02-08 10:11:38 +05:30
custom-server-koa add react and react dom as peer (#1024) 2017-02-08 10:11:38 +05:30
data-fetch add react and react dom as peer (#1024) 2017-02-08 10:11:38 +05:30
head-elements add react and react dom as peer (#1024) 2017-02-08 10:11:38 +05:30
hello-world add react and react dom as peer (#1024) 2017-02-08 10:11:38 +05:30
layout-component add react and react dom as peer (#1024) 2017-02-08 10:11:38 +05:30
nested-components add react and react dom as peer (#1024) 2017-02-08 10:11:38 +05:30
parameterized-routing add react and react dom as peer (#1024) 2017-02-08 10:11:38 +05:30
progressive-render add react and react dom as peer (#1024) 2017-02-08 10:11:38 +05:30
shared-modules add react and react dom as peer (#1024) 2017-02-08 10:11:38 +05:30
ssr-caching add react and react dom as peer (#1024) 2017-02-08 10:11:38 +05:30
using-inferno add react and react dom as peer (#1024) 2017-02-08 10:11:38 +05:30
using-preact add react and react dom as peer (#1024) 2017-02-08 10:11:38 +05:30
using-router add react and react dom as peer (#1024) 2017-02-08 10:11:38 +05:30
with-amp add react and react dom as peer (#1024) 2017-02-08 10:11:38 +05:30
with-aphrodite add react and react dom as peer (#1024) 2017-02-08 10:11:38 +05:30
with-apollo add react and react dom as peer (#1024) 2017-02-08 10:11:38 +05:30
with-custom-babel-config add react and react dom as peer (#1024) 2017-02-08 10:11:38 +05:30
with-cxs add react and react dom as peer (#1024) 2017-02-08 10:11:38 +05:30
with-fela add react and react dom as peer (#1024) 2017-02-08 10:11:38 +05:30
with-flow add next/error (#1040) 2017-02-08 16:59:33 -03:00
with-glamor add react and react dom as peer (#1024) 2017-02-08 10:11:38 +05:30
with-jest Add support to transpile import/export syntax (#1044) 2017-02-09 08:32:58 +05:30
with-loading add react and react dom as peer (#1024) 2017-02-08 10:11:38 +05:30
with-mobx add react and react dom as peer (#1024) 2017-02-08 10:11:38 +05:30
with-prefetching add react and react dom as peer (#1024) 2017-02-08 10:11:38 +05:30
with-react-md examples/with-react-md: Fixed "Cannot read property 'focus' of undefined" (#961) 2017-02-02 22:56:07 +01:00
with-redux add react and react dom as peer (#1024) 2017-02-08 10:11:38 +05:30
with-styled-components add react and react dom as peer (#1024) 2017-02-08 10:11:38 +05:30
with-styled-jsx-postcss add react and react dom as peer (#1024) 2017-02-08 10:11:38 +05:30
with-styletron add react and react dom as peer (#1024) 2017-02-08 10:11:38 +05:30
with-typescript TypeScript example proposal (#845) 2017-02-09 12:36:58 +01:00
with-universal-configuration add react and react dom as peer (#1024) 2017-02-08 10:11:38 +05:30
.babelrc Find custom babel config location properly. (#969) 2017-02-03 14:33:35 +09:00
.gitignore Remove yarn.lock from examples (#912) 2017-01-29 05:48:53 +05:30