Add Replicant plugin (#108)
* Add replicant tictactoe example * Update Changelog
This commit is contained in:
parent
07c8d4847d
commit
1977424508
10 changed files with 273 additions and 0 deletions
8
src/scittle/replicant.cljs
Normal file
8
src/scittle/replicant.cljs
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
(ns scittle.replicant
|
||||
(:require
|
||||
[sci.configs.replicant.replicant-dom :refer [replicant-dom-namespace]]
|
||||
[scittle.core :as scittle]))
|
||||
|
||||
(scittle/register-plugin!
|
||||
::replicant
|
||||
{:namespaces {'replicant.dom replicant-dom-namespace}})
|
||||
Loading…
Add table
Add a link
Reference in a new issue