Skip to content

Commit

Permalink
update(SSR-next.js): Next.js for isomorphic rendering
Browse files Browse the repository at this point in the history
issue #105
  • Loading branch information
sabertazimi committed Jan 17, 2019
1 parent 1e1d1c5 commit 9652c4c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions programming/web/reactjs/reactjsBasicNotes.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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)
Expand Down

0 comments on commit 9652c4c

Please sign in to comment.