reitit icon indicating copy to clipboard operation
reitit copied to clipboard

A fast data-driven routing library for Clojure/Script

Results 151 reitit issues
Sort by recently updated
recently updated
newest added

It's an option for those who have https://github.com/metosin/reitit/issues/422 without having to enforce anything to the user. `meta-merge-fn` follows the same signature of `meta-merge.core/meta-merge`.

We would like to better understand who is using our libraries. Are you using reitit at work? Please comment below! A link to the company website would be great too.

I've been working on some code to generate reitit routes based on malli schemas, and wanted to write some tests to make sure the schema checking/coercion is done properly. We've...

This spans over multiple repos, but can be done in parts. ## Schema -> OpenAPI3 * https://github.com/metosin/schema-tools/issues/44 * might be some work to get this clean without copying a lot...

enhancement
help wanted

Hi, for that example https://github.com/metosin/reitit/tree/master/examples/pedestal-swagger , if x is int? and y is int? everything works as expected, if i pass anything else the total example broke without 400 "bad...

bug

Related to #175, the docs on [Route Data Fragments](https://cljdoc.org/d/metosin/reitit/0.5.15/doc/basics/route-data#route-data-fragments) isn't explicit that an intermediate path requires a fragment to be an endpoint. The example with `:no-doc` is cool but isn't...

Documentation

I'm having trouble sorting out why a layout/parent component (`app.components.layout`) is not resolving after a hard reload BUT is okay after a hot reload with dev server after I introduced...

question
frontend

Thanks for reitit! in order to test (non-clicky style) how the routing integrates with the rest of my app I have `reset!` routing.frontend.history atom to my own dummy impl of...

frontend

As can be seen here: https://github.com/metosin/reitit/blob/master/modules/reitit-ring/src/reitit/ring.cljc#L337 This compilation has measurable overhead. Not much, but every bit helps. It can probably be replaced by `or`, no?

enhancement