1.1.7 • Published 4 years ago

sparky-js v1.1.7

Weekly downloads
22
License
MPL
Repository
github
Last release
4 years ago

Sparky

Sparky is a library that help you to create dynamic UI using Javascript.

You can use it with Typescript (as it was think when it was developed) or you can use plain Javascript if you want too.

The idea behind this library was to create something like React but without the incovenience of it, like transpiling stuff, so to be able to achieve this goal we render HTML from JS with ES6 Template String.

Note: This library are not suitable for production yet, they are a lot of issue to fix and a lot of bug to discover and solve.

Example Usage

    import { Sparky, render } from "sparky-js";

    Sparky.mount(Sparky.component(Main), document.getElementById("app"));

    function Main() {
        return render `<span>Hello World</span>`;
    }
1.1.7

4 years ago

1.1.6

4 years ago

1.1.5

4 years ago

1.1.2

4 years ago

1.1.1

4 years ago

1.1.0

4 years ago

1.0.9

4 years ago

1.0.8

4 years ago

1.0.7

4 years ago

1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago