This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2019-06-22
Channels
- # announcements (8)
- # architecture (1)
- # beginners (49)
- # calva (7)
- # cljdoc (7)
- # cljs-dev (4)
- # clojure (44)
- # clojure-italy (1)
- # clojure-spec (12)
- # clojurescript (88)
- # community-development (2)
- # cursive (8)
- # datomic (16)
- # fulcro (15)
- # immutant (3)
- # joker (10)
- # keechma (4)
- # lambdaisland (1)
- # luminus (7)
- # pathom (1)
- # qa (2)
- # re-frame (11)
- # reitit (8)
- # remote-jobs (1)
- # rewrite-clj (10)
- # shadow-cljs (1)
- # slack-help (2)
- # sql (1)
- # tools-deps (2)
- # vim (4)
- # xtdb (3)
Hello guys
is there anybody using reitit in the frontend and save reitit Match record in app-db?
Hi @abdullahibra! Did you check this example already? https://github.com/metosin/reitit/blob/master/examples/frontend-re-frame/src/cljs/frontend_re_frame/core.cljs
@valtteri good thanks 🙂
i have added add to local store interceptor for refreshing purpose
https://github.com/aibrahim/reitit/tree/master/examples/frontend-re-frame/src/cljs/frontend_re_frame
but i need to save the reitit route match object right in the localstore
when i refresh i got this: Error: No reader function for tag object.
the problem is #object, what is the best way to serialize and deserialize them before save and when load ?