Skip to content

Instantly share code, notes, and snippets.

@rshaker
rshaker / index.html
Created August 31, 2021 00:00 — forked from gaearon/index.html
Add React in One Minute
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8" />
<title>Add React in One Minute</title>
</head>
<body>
<h2>Add React in One Minute</h2>
<p>This page demonstrates using React with no build tooling.</p>
@rshaker
rshaker / README.md
Created June 17, 2021 16:33
App store previews and screenshots
@rshaker
rshaker / sync-my-asyncs.js
Created October 21, 2019 22:45
🥶🥶🥶🥶🥶🥶🥶🥶🥶🥶🥶
const nano = require('nano')('http://localhost:5984');
(async function gobbler() {
//Async-await pattern:
const myfunc = async function asyncCall() {
try {
await nano.db.destroy('alice');
}
@rshaker
rshaker / .block
Last active December 7, 2023 10:41
Update and transition of pie chart
license: mit