From 16b016462383925839c7bda3ae72617078100f9b Mon Sep 17 00:00:00 2001 From: Brandon Bayer Date: Tue, 25 Oct 2016 13:20:33 -0500 Subject: [PATCH] Add Next.js --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 61888a37..6fb20ed5 100644 --- a/README.md +++ b/README.md @@ -252,6 +252,7 @@ A collection of awesome things regarding React ecosystem. * [StarHackIt - An ES6/ES7 full-stack starter kit with authentication and authorization code](https://github.com/FredericHeem/starhackit) * [react-cordova-boilerplate - TodoMVC example for React to build a Cordova application](https://github.com/unimonkiez/react-cordova-boilerplate) * [UniversalRelayBoilerplate - Boilerplate + examples for React Native (iOS, Android), React (isomorphic, Material-UI), Relay, GraphQL, JWT, Node.js, Apache Cassandra](https://github.com/codefoundries/UniversalRelayBoilerplate) +* [Next.js - A minimalistic framework for server-rendered React applications](https://zeit.co/blog/next) ##### Routing * [react-router - A complete routing library for React](https://github.com/reactjs/react-router)