Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ractivejs/ractive
Next-generation DOM manipulation
https://github.com/ractivejs/ractive
Last synced: 5 days ago
JSON representation
Next-generation DOM manipulation
- Host: GitHub
- URL: https://github.com/ractivejs/ractive
- Owner: ractivejs
- License: mit
- Created: 2012-07-31T13:08:09.000Z (over 12 years ago)
- Default Branch: dev
- Last Pushed: 2024-05-22T06:08:43.000Z (8 months ago)
- Last Synced: 2024-10-30T08:33:36.928Z (2 months ago)
- Language: JavaScript
- Homepage: http://ractive.js.org
- Size: 133 MB
- Stars: 5,937
- Watchers: 157
- Forks: 396
- Open Issues: 68
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
- awesome-github-repos - ractivejs/ractive - Next-generation DOM manipulation (JavaScript)
- awesome-javascript - ractive - Next-generation DOM manipulation - ★ 5599 (MVC Frameworks and Libraries)
- awesome-javascript - ractive - Next-generation DOM manipulation. (MVC Frameworks and Libraries / Runner)
- awesome-starred - ractivejs/ractive - Next-generation DOM manipulation (others)
README
# Ractive.js - Next-generation DOM manipulation
[![npm version](https://img.shields.io/npm/v/ractive.svg?style=flat-square)](https://www.npmjs.com/package/ractive) [![Build Status](https://img.shields.io/travis/ractivejs/ractive/dev.svg?style=flat-square)](https://travis-ci.org/ractivejs/ractive) [![Coverage Status](https://img.shields.io/coveralls/ractivejs/ractive/dev.svg?style=flat-square)](https://coveralls.io/github/ractivejs/ractive?branch=dev) [![jsDelivr downloads](https://data.jsdelivr.com/v1/package/npm/ractive/badge)](https://www.jsdelivr.com/package/npm/ractive) [![npm downloads](https://img.shields.io/npm/dm/ractive.svg?style=flat-square)](https://www.npmjs.com/package/ractive) [![Twitter Follow](https://img.shields.io/twitter/follow/ractivejs.svg?style=flat-square)](https://twitter.com/ractivejs)Have any questions or just want to chat? Join us on [GitHub Discussions](https://github.com/ractivejs/ractive/discussions)!
## What is Ractive.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 [ractive.js.org](https://ractive.js.org/) or get a quick hands-on with [interactive tutorials](https://ractive.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 Rich Harris and contributors. Released under an [MIT license](LICENSE.md).