Only mostly right-handed.
- West Lafayette, Indiana, US
- http://neolefty.org/
- in/neolefty
Pinned Loading
-
toggle-reducer.ts
toggle-reducer.ts 1const [
2open, // current state: opened or closed?
3toggle // HIDDEN DISPATCH
4] = useReducer(
5state => !state, // a reducer that, umm, ignores its action?
-
js-collection-benchmarks
js-collection-benchmarks PublicPerformance comparison of JS collections: Object & Array, Map & Set, and Immutable.js equivalents.
TypeScript
-
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.