Add support for re-frame (#46)
* Bump sci.configs for re-frame * Update changelog Co-authored-by: Michiel Borkent <michielborkent@gmail.com>
This commit is contained in:
parent
623e9707bd
commit
ec81500dcb
4 changed files with 14 additions and 2 deletions
8
src/scittle/re_frame.cljs
Normal file
8
src/scittle/re_frame.cljs
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
(ns scittle.re-frame
|
||||
(:require
|
||||
[sci.configs.re-frame.re-frame :as rf]
|
||||
[scittle.core :as scittle]))
|
||||
|
||||
(scittle/register-plugin!
|
||||
::re-frame
|
||||
rf/config)
|
||||
Loading…
Add table
Add a link
Reference in a new issue