Based on Abdelrahman Omran PWA presentation, and Google PWA Codelab
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"id": "c4c920d9-eca2-bcd7-6ad7-285556c577c9", | |
"name": "ELASTIC SEARCH API temp", | |
"description": "", | |
"order": [ | |
"b37eb178-4eac-e356-a391-41d7087d3565", | |
"ff953532-addd-52ec-d040-8444486d2532", | |
"b9159693-f81d-1fc9-80d2-e11feb9184f0", | |
"a4398b3c-a076-d7d6-0646-a52f75f690bb", | |
"70dbadea-a78d-752f-2b3c-2fa1dd607872", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!doctype html> | |
<html> | |
<head> | |
<title>React Isomorphic Server Side Rendering Example</title> | |
<link href='/styles.css' rel="stylesheet"> | |
</head> | |
<body> | |
<h1 id="main-title">Isomorphic Server Side Rendering with React</h1> | |
<div id="react-main-mount"> |
// please comment if you know of other BOOKS (not considering blogs just yet) on ES6 that are out or coming out
- Understanding ECMAScript 6 -- Nicholas Zakas
- Exploring ES6 -- Axel Rauschmayer
- YDKJS: ES6 & Beyond -- Kyle Simpson
- JS.next: A Manager's Guide -- Aaron Frost
- Expert JavaScript -- Mark E. Daggett
- JavaScript Allongé, The "Six" Edition -- Reginald Braithwaite
- Learning ECMAScript 6 -- Narayan Prusty