diff --git a/programming/web/reactjs/reactjsBasicNotes.md b/programming/web/reactjs/reactjsBasicNotes.md index 30c2cf1f51..c7e5966411 100755 --- a/programming/web/reactjs/reactjsBasicNotes.md +++ b/programming/web/reactjs/reactjsBasicNotes.md @@ -59,6 +59,7 @@ - [Pros of SSR](#pros-of-ssr) - [Performance](#performance) - [SEO](#seo) + - [Awesome Library](#awesome-library) - [Basic Example](#basic-example) - [Internationalization](#internationalization) - [Simple Intl](#simple-intl) @@ -1366,6 +1367,10 @@ the client takes over and the website becomes a SPA. - Search engine usually stop after a while (roughly 10 seconds) - SPAs can't set meaningful HTTP status codes +#### Awesome Library + +- [Next.js for Isomorphic rendering](https://nextjs.org) + ### Basic Example [presentation](http://peerigon.github.io/talks/2018-07-20-js-camp-barcelona-bumpy-road-universal-javascript/#1)