Skip to content

Instantly share code, notes, and snippets.

View hew's full-sized avatar

Matt hew

View GitHub Profile
@hew
hew / _readme.md
Last active September 29, 2021 12:28
Thoughts on standardizing REST with machines

Thoughts on standardizing REST with machines

@hew
hew / reducer-with-effects.js
Created August 20, 2021 18:58 — forked from davidkpiano/reducer-with-effects.js
An idea for actor-model-based effects with reducers
import {
useReducerWithEffects,
// hand-wavey, but meant to be used by React to create something
// external will produce async values sent to components
createEffect
} from 'react';
function fetchUserEffect(id, parentRef) {
const controller = new AbortController();
const signal = controller.signal;
@hew
hew / _readme.md
Created July 6, 2021 22:12
Minimal LSP Autocomplete In Vim / NeoVIm
@hew
hew / _readme.md
Created January 6, 2020 10:31
Delay Component

delay component

@hew
hew / _readme.md
Created January 6, 2020 10:26
Animated Wavy

animated wavy

@hew
hew / _readme.md
Last active January 2, 2020 03:44
Cannabis api data

cannabis api sample data

@hew
hew / _readme.md
Last active December 5, 2019 07:18
Animated Text (React Spring)

animated text (react spring)

@hew
hew / _readme.md
Last active December 5, 2019 07:18
Animated File Tree

animated file tree (react spring)

@hew
hew / _readme.md
Created September 29, 2019 14:10
Git Line Endings Script

git line endings script

@hew
hew / _readme.md
Last active June 5, 2019 17:15
Reasonml Await

Reasonml await