https://github.com/anmonteiro/devcards-om-next
Devcards extension for writing fully reloadable Om Next cards
https://github.com/anmonteiro/devcards-om-next
Last synced: 6 months ago
JSON representation
Devcards extension for writing fully reloadable Om Next cards
- Host: GitHub
- URL: https://github.com/anmonteiro/devcards-om-next
- Owner: anmonteiro
- License: epl-1.0
- Created: 2016-01-25T20:55:37.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-10-12T10:31:10.000Z (about 9 years ago)
- Last Synced: 2025-06-10T18:45:29.317Z (7 months ago)
- Language: Clojure
- Homepage:
- Size: 32.2 KB
- Stars: 16
- Watchers: 2
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# devcards-om-next [](https://clojars.org/devcards-om-next)
Devcards extension for writing fully reloadable Om Next cards.
## Installation
Leiningen dependency information:
```clojure
[devcards-om-next "0.3.0"]
```
Maven dependency information:
```xml
devcards-om-next
devcards-om-next
0.3.0
```
## Usage
Require the `devcards-om-next.core` namespace.
```clojure
(ns my-ns.core
(:require [devcards-om-next.core :refer-macros [defcard-om-next om-next-root]]
[om.next :as om :refer-macros [defui]]))
```
## Documentation
In progress. See [this blog post](http://anmonteiro.com/2016/02/om-next-meets-devcards-the-full-reloadable-experience/) for a quick start.
## License
Copyright © 2016 António Nuno Monteiro
Distributed under the Eclipse Public License either version 1.0.