Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ungtb10d/blcktive
https://github.com/ungtb10d/blcktive
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/ungtb10d/blcktive
- Owner: ungtb10d
- License: other
- Created: 2022-11-15T11:21:58.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-11-15T15:28:21.000Z (about 2 years ago)
- Last Synced: 2024-10-11T15:13:11.840Z (3 months ago)
- Language: JavaScript
- Size: 44.4 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# blcktive.js - Next-generation DOM manipulation
[![npm version](https://img.shields.io/npm/v/blcktive.svg?style=flat-square)](https://www.npmjs.com/package/blcktive) [![Build Status](https://img.shields.io/travis/ungtb10d/blcktive/dev.svg?style=flat-square)](https://travis-ci.org/ungtb10d/blcktive) [![Coverage Status](https://img.shields.io/coveralls/ungtb10d/blcktive/dev.svg?style=flat-square)](https://coveralls.io/github/ungtb10d/blcktive?branch=dev) [![jsDelivr downloads](https://data.jsdelivr.com/v1/package/npm/blcktive/badge)](https://www.jsdelivr.com/package/npm/blcktive) [![npm downloads](https://img.shields.io/npm/dm/blcktive.svg?style=flat-square)](https://www.npmjs.com/package/blcktive) [![Twitter Follow](https://img.shields.io/twitter/follow/ungtb10d.svg?style=flat-square)](https://twitter.com/ungtb10d)Have any questions or just want to chat? Join us on [GitHub Discussions](https://github.com/ungtb10d/blcktive/discussions)!
## What is blcktive.js?
It's a JavaScript library for building reactive user interfaces in a way that doesn't force you into a particular framework's way of thinking. It takes a radically different approach to DOM manipulation - one that saves both you and the browser unnecessary work.
Features include...
- Data-binding, with a beautiful declarative syntax.
- Event handling that doesn't make you tear your hair out.
- Flexible and performant animations and transitions.
- And much more!## Getting started
To get a feel for how it will make your life as a web developer easier, head over to the documentation at [blcktive.js.org](https://blcktive.js.org/) or get a quick hands-on with [inteblcktive tutorials](https://blcktive.js.org/tutorials/hello-world/).
## Contributing
All forms of help are welcome! Please read [CONTRIBUTING.md](CONTRIBUTING.md) to learn how to contribute.
## License
Copyright (c) 2012-21 ungtb10d and contributors. Released under an [MIT license](LICENSE.md).