Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Re frame alpha config #43

Merged
merged 5 commits into from
Nov 22, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Polish re-frame integrations
  • Loading branch information
kimo-k committed Nov 21, 2023
commit 595b5ab9842513597aece9c1bef05abc594f593a
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -99,6 +99,7 @@ Public API:

- `config`
- `re-frame-namespace`
- `re-frame-db-namespace`
- `namespaces`

### [mfikes/cljs-bean](https://github.com/mfikes/cljs-bean)
2 changes: 1 addition & 1 deletion playground/www/index.html
Original file line number Diff line number Diff line change
@@ -18,7 +18,7 @@ <h1>SCI Playground</h1>
[promesa.core :as p]
[cljs-bean.core :refer [bean ->clj ->js]]
[re-frame.core :as rf]
[re-frame.db :as r.db]
[re-frame.db :as rf.db]
[reagent.core :as r]
[reagent.dom.server :as rds]
[reagent.debug]