Skip to content

Instantly share code, notes, and snippets.

View martypenner's full-sized avatar
😎
Building cool things

Marty Penner martypenner

😎
Building cool things
View GitHub Profile
@martypenner
martypenner / machine.js
Last active July 22, 2019 23:30
Generated by XState Viz: https://xstate.js.org/viz
const machine = Machine(
{
id: 'debouncedFetchLatest',
initial: 'idle',
states: {
idle: {},
success: {},
failure: {
initial: 'other',
states: {
@martypenner
martypenner / coming-soon.html
Last active February 25, 2021 12:15
"Coming Soon" page (self-contained)
<!doctype html>
<html class="no-js">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Coming Soon</title>
<meta name="viewport" content="width=device-width">
<style>