is posible use reitit for routing in scittle in some way? #64
mikelemus27
started this conversation in
Ideas
Replies: 2 comments
-
I guess reitit could be a nice addition to the suite of reagent + re-frame... right? Do you have a small example of how to use it in CLJS (and how it would be used in scittle)? |
Beta Was this translation helpful? Give feedback.
0 replies
-
One thing that concerns me about adding reitit is that it seems to be a full suite of tools, connected to coercion, spec, malli, etc etc. So adding only reitit core might lead to adding a host of new things. Another option is to just use a JS library in a script tag and use that as a router, maybe? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
it is posible to use reitit for routing/navigation in scittle in some way?
i tried to require it and get this error: Could not find namespace reitit.core
i just couldnt find a way to do that
thanks
Beta Was this translation helpful? Give feedback.
All reactions