timelyportfolio / valtio_standalone

valtio vanilla with utils as standalone using browserify

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

I know this is ancient technology but standalone JavaScript can be convenient, especially when modern JavaScript build tools are not available. Both valtio/vanilla proper and valtio/utils will be namespaced as window.valtio.

Please see valtio. Thanks so much to all the authors for all their work.

build

browserify index.js --standalone valtio | terser -c > valtio.js

About

valtio vanilla with utils as standalone using browserify


Languages

Language:R 92.5%Language:JavaScript 6.4%Language:HTML 1.1%