0.1.0-beta.5 • Published 2 years ago

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

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years 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

2 years ago

0.1.0-beta.3

2 years ago

0.1.0-beta.4

2 years ago

0.1.0-beta.2

2 years ago

0.1.0-canary.10

2 years ago

0.1.0-canary.11

2 years ago

0.1.0-beta.1

2 years ago

0.1.0-canary.9

2 years ago

0.1.0-canary.8

2 years ago

0.1.0-canary.7

2 years ago

0.1.0-canary.6

2 years ago

0.1.0-canary.5

2 years ago

0.1.0-canary.4

2 years ago

0.1.0-canary.3

2 years ago

0.1.0-canary.2

2 years ago

0.1.0-canary.1

2 years ago