Clojure HTML
Switch branches/tags
Nothing to show
Clone or download
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Failed to load latest commit information.
public
src
.gitignore
README.md
project.clj

README.md

shadow

Some useful CLJS things. Stuff I collected over the past few years and use in a couple projects. Didn't want to create a library for each one so they ended up here.

Current version

[thheller/shadow-client "1.1.0"]

Useful and Current

  • shadow.markup
  • shadow.dom (working directly on the DOM)
  • shadow.api (running code from HTML)
  • shadow.xhr

Experimental (React related, extremely ALPHA)

  • shadow.react.*

Probably going away

  • shadow.animate

Deprecated and old: Do Not Use.

  • shadow.object
  • shadow.ui.*
  • shadow.legacy.*
  • shadow.keyboard

License

Copyright © 2017 Thomas Heller

Distributed under the Eclipse Public License, the same as Clojure.