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!
- Host: GitHub
- URL: https://github.com/peterpme/tiny-js-libraries
- Owner: peterpme
- Created: 2018-02-14T19:31:32.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-02-14T20:33:41.000Z (almost 8 years ago)
- Last Synced: 2025-01-19T16:51:22.453Z (11 months ago)
- Size: 0 Bytes
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)