# ractive

> Next-generation DOM manipulation

Latest version **1.4.4** (published 2024-05-22) · MIT license · 0 weekly downloads

## Install

```sh
npm install ractive
pnpm add ractive
yarn add ractive
bun add ractive
```

Provides the command `ractive`.

## Health

**Score 25/100 (F)** — status: abandoned.

Positive: has types; esm support; no vulnerabilities.

Warnings: low downloads.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.4.4 |
| Published | 2024-05-22 |
| First published | 2013-04-18 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | bundled |
| Module format | ESM + CommonJS |
| Node | >=4.0.0 |
| Dependencies | 0 |
| Unpacked size | 7.7 MB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 5914 |
| Maintainers | martypdx, evs-chris, rich_harris, fskreuz |
| Keywords | binding, data binding, declarative, dom, handlebars, mustache, reactive, template, templates, templating, ui, view model |

## Links

- npm: https://www.npmjs.com/package/ractive
- Repository: https://github.com/ractivejs/ractive
- Homepage: https://ractive.js.org
- Issues: https://github.com/ractivejs/ractive/issues
- npm.io page: https://npm.io/package/ractive

## Alternatives

- [babylon](https://npm.io/package/babylon.md) — 5.1M weekly downloads
- [csscolorparser](https://npm.io/package/csscolorparser.md) — 3.7M weekly downloads
- [expr-eval-fork](https://npm.io/package/expr-eval-fork.md) — 1.5M weekly downloads
- [@leeoniya/ufuzzy](https://npm.io/package/@leeoniya/ufuzzy.md) — 247.7K weekly downloads
- [xml-parser](https://npm.io/package/xml-parser.md) — 78.4K weekly downloads

## Recent versions

- 1.4.4 (latest) — 2024-05-22
- 1.4.0-build-67 (edge) — 2022-02-24
- 2.0.0-build-7 (v2.0-dev) — 2021-03-25
- 1.3.14 (v1.3-dev) — 2020-12-12
- 1.2.10 (v1.2-dev) — 2020-12-09
- 1.1.4 (v1.1-dev) — 2019-03-12
- 1.0.4 (v1.0-dev) — 2019-02-04
- 0.10.14 (v0.10-dev) — 2019-02-04
- 0.9.14 (v0.9-dev) — 2018-05-03
- 0.8.15-build-3 (v0.8-dev) — 2017-09-21
- 0.9.0-build-95 (v0.9-alpha-1) — 2017-02-20
- 1.4.3 — 2024-03-14
- 1.4.2 — 2023-03-11
- 1.4.1 — 2022-09-27
- 1.4.0 — 2022-02-25
- … 628 more at https://npm.io/package/ractive/versions

## README

<p align="center"><img src ="https://avatars1.githubusercontent.com/u/4751469?v=3&s=100"></p>

# 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).

---
_Source: https://npm.io/package/ractive · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
