Package

purescript-jelly

Repository
yukikurage/purescript-jelly
License
MIT
Uploaded by
pacchettibotti
Published on
2022-11-11T16:44:37Z

Jelly is a framework with the following features

  • No virtual DOM
  • Declarative
  • State management by reactivity (not FRP)
  • Logic synthesis and reuse via Hooks
  • Simple component separation
  • SSG & SPA Routing support

Jelly depends simple-signal and simple-hooks Since systems such as component separation are provided by these, Jelly only provides HTML feature.

Installation

spago install jelly

Documents

See Jelly's home page for more details.

Modules
Jelly.Aff
Jelly.Component
Jelly.Element
Jelly.Hydrate
Jelly.Prop
Jelly.Render
Dependencies