Last active
August 25, 2020 23:41
-
-
Save kigiri/43c4188e97931881e5c7ef9f0affe016 to your computer and use it in GitHub Desktop.
frameworkless workflow spa pwa serverless JSON blockchain
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
const append = (p, ...n) => (p.append(...n.flat()), p) | |
const create = new Proxy((t,...c)=>append(Object.assign(document.createElement(t),c[0]&&c[0]==Object?c.shift():void 0),...c),{get:(f,t)=>(...c)=>f(t,...c)}) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment