An open API service indexing awesome lists of open source software.

https://github.com/peterpme/tiny-js-libraries

A showcase of tiny js libraries ( < 1kb) and how developers were able to pull it off!
https://github.com/peterpme/tiny-js-libraries

Last synced: 10 months ago
JSON representation

A showcase of tiny js libraries ( < 1kb) and how developers were able to pull it off!

Awesome Lists containing this project

README

          

# Tiny JS Libraries

## UI

- [HyperApp (1KB) - JS library for building web apps](https://github.com/hyperapp/hyperapp)

## Utilities

- [Unfetch (500B) - Bare minimum fetch polyfill](https://github.com/developit/unfetch)
- [Mitt (200B) - Event Emitter / PubSub](https://github.com/developit/mitt)
- [Unistore (650B) - State Container with Component Actions for Preact & React](https://github.com/developit/unistore)
- [Smitty - Tiny flux implementation built on Mitt](https://github.com/tkh44/smitty)
- [Cloudinary MicroURL (346B) - Cloudinary URL Generator](https://github.com/peterpme/cloudinary-microurl)
- [Sub In (115B) - String replacement](https://github.com/peterpme/sub-in)