Skip to content

Instantly share code, notes, and snippets.

View kshirish's full-sized avatar
👨‍💻

k kshirish

👨‍💻
View GitHub Profile
{
"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",
@DavidWells
DavidWells / index.ejs
Last active April 20, 2021 23:15
Serverside React Rendering
<!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">
@getify
getify / gist:7ae82fdc2e86bf66bcba
Last active March 27, 2022 19:50
List of ES6 books either out or in progress...