ractive

WebJar for ractive

License

License

MIT
GroupId

GroupId

org.webjars.npm
ArtifactId

ArtifactId

ractive
Last Version

Last Version

0.10.8
Release Date

Release Date

Type

Type

jar
Description

Description

ractive
WebJar for ractive
Project URL

Project URL

http://webjars.org
Source Code Management

Source Code Management

https://github.com/ractivejs/ractive

Download ractive

How to add to project

<!-- https://jarcasting.com/artifacts/org.webjars.npm/ractive/ -->
<dependency>
    <groupId>org.webjars.npm</groupId>
    <artifactId>ractive</artifactId>
    <version>0.10.8</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/ractive/
implementation 'org.webjars.npm:ractive:0.10.8'
// https://jarcasting.com/artifacts/org.webjars.npm/ractive/
implementation ("org.webjars.npm:ractive:0.10.8")
'org.webjars.npm:ractive:jar:0.10.8'
<dependency org="org.webjars.npm" name="ractive" rev="0.10.8">
  <artifact name="ractive" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='ractive', version='0.10.8')
)
libraryDependencies += "org.webjars.npm" % "ractive" % "0.10.8"
[org.webjars.npm/ractive "0.10.8"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

Ractive.js - Next-generation DOM manipulation

npm version Build Status Coverage Status jsDelivr downloads npm downloads Twitter Follow

Have any questions or just want to chat? Join us on GitHub 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 or get a quick hands-on with interactive tutorials.

Contributing

All forms of help are welcome! Please read CONTRIBUTING.md to learn how to contribute.

License

Copyright (c) 2012-21 Rich Harris and contributors. Released under an MIT license.

org.webjars.npm

Ractive.js

Versions

Version
0.10.8
0.9.9
0.9.3
0.9.2
0.9.1
0.9.0
0.8.2