reflex-jsx: Use jsx-like syntax in Reflex

This is a package candidate release! Here you can preview how this package release will appear once published to the main package index (which can be accomplished via the 'maintain' link below). Please note that once a package has been published to the main package index it cannot be undone! Please consult the package uploading documentation for more information.

[maintain] [Publish]

Warnings:

`reflex-jsx` is a library for writing jsx-like syntax in reflex code. This can be useful for situations where you have a large block of HTML with some styles, and it would be easier to read as actual HTML than various reflex functions. It's implemented as a QuasiQuoter, so you just import the jsx function from ReflexJsx and generate the equivalent functions that would run inside of a "MonadWidget t m". Not only can you generate a block of static HTML/CSS, but you can also splice in your own nodes that implement "MonadWidget t m", string attribute values, or even entire dynamic attribute maps.

Properties

Versions 0.1.0.0, 0.1.0.0
Change log None available
Dependencies base (>=4.8 && <5), containers, haskell-src-meta, parsec (>=3.1 && <3.2), reflex, reflex-dom, template-haskell, text [details]
License BSD-3-Clause
Copyright 2016 David Ackerman
Author David Ackerman
Maintainer david.w.ackerman@gmail.com
Category FRP, Web, GUI, JSX, Language
Home page https://github.com/dackerman/reflex-jsx
Bug tracker https://github.com/dackerman/reflex-jsx/issues
Source repo head: git clone https://github.com/dackerman/reflex-jsx
Uploaded by dackerman at 2016-05-24T17:42:24Z

Modules

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees