File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 4
4
<packaging >jar</packaging >
5
5
<groupId >io.homebase</groupId >
6
6
<artifactId >homebase-react</artifactId >
7
- <version >0.1.0 </version >
7
+ <version >0.1.1-SNAPSHOT </version >
8
8
<name >homebase-react</name >
9
9
<description >Use a datalog DB to manage react application state</description >
10
10
<url >https://github.com/homebaseio/homebase-react</url >
Original file line number Diff line number Diff line change 11
11
(defcard-doc
12
12
" # [Homebase React](https://github.com/homebaseio/homebase-react) | Reagent Examples
13
13
14
- [](https://cljdoc.org/ d/io.homebase/homebase-react/CURRENT)
14
+ **[ cljdoc](https://cljdoc.org/d/io.homebase/homebase-react/CURRENT)**
15
15
16
16
Examples
17
17
Original file line number Diff line number Diff line change 2
2
{:no-doc true })
3
3
4
4
(defmacro inline-resource [resource-path]
5
- (slurp resource-path))
5
+ (try
6
+ (slurp resource-path)
7
+ (catch Error e (print e))))
6
8
You can’t perform that action at this time.
0 commit comments