0.1.0-beta.5 • Published 8 months ago

@d-exclaimation/seraph v0.1.0-beta.5

Weekly downloads
-
License
MIT
Repository
github
Last release
8 months ago

Build Status

Hassle-free web apps, in an instant.

  • No build steps, no dependencies, no configuration necessary
  • Built on top of web standards, can be used with plain HTML, CSS, and JS
  • Focussed on minimal abstraction and runtime overhead
  • Supports full interactivity with capabilities selective hydration
  • Uses familiar syntax and conventions, with a focus on developer experience
  • Small bundle size, less than 5kb gzipped

Getting started

Install

npm install @d-exclaimation/seraph
# or
pnpm add @d-exclaimation/seraph
# or
yarn add @d-exclaimation/seraph

Use a CDN

<script type="module">
  import { html, component } from "https://cdn.skypack.dev/@d-exclaimation/seraph";

  const App = component(() => 
    html.div({
      c: "Hello World!",
    })
  );

  App.render({}, document.getElementById("app"));
</script>

Resources

Feedback

If you have any feedback, feel free open an issue.

0.1.0-beta.5

8 months ago

0.1.0-beta.3

11 months ago

0.1.0-beta.4

11 months ago

0.1.0-beta.2

11 months ago

0.1.0-canary.10

12 months ago

0.1.0-canary.11

12 months ago

0.1.0-beta.1

11 months ago

0.1.0-canary.9

1 year ago

0.1.0-canary.8

1 year ago

0.1.0-canary.7

1 year ago

0.1.0-canary.6

1 year ago

0.1.0-canary.5

1 year ago

0.1.0-canary.4

1 year ago

0.1.0-canary.3

1 year ago

0.1.0-canary.2

1 year ago

0.1.0-canary.1

1 year ago