-
React loading indicator displayed globally or locally or both, , which interoperate with each other.
-
POC for a react scaffold of dashboard-esque projects, with modules organized in a plug-and-play manner.
-
A webpack plugin to fetch dependency from internet, instead of local file system, to ensure the latest is bundled, e.g. to `require` an url starting with `http`/`https`/`ftp`: `require('http://abc.com/def.gh')`.
-
Static server, with easy extendability to become mock server, via flexible configuring of response from file, inline data, function and more.
-
CasperJS tester extension to assert snapshots matched - casper.test.assertMatchSnapshot()
-
Filesystem storage adapter for Keyv. which is a Simple key-value storage abstraction with support for multiple backends. This adaptor is especially useful for browser cache.
-
Quite simple lottery game POC extracted from an existing app.
-
Little game of catching red envelope.