Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/thheller/shadow

collection of useful CLJS code
https://github.com/thheller/shadow

cljs clojure clojurescript css-in-cljs css-in-js

Last synced: 9 days ago
JSON representation

collection of useful CLJS code

Awesome Lists containing this project

README

        

# 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

```clojure
[thheller/shadow-client "1.1.0"]
```

## Useful and Current

- [shadow.markup](https://github.com/thheller/shadow/wiki/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.