Fork me on GitHub
#reitit
<
2022-02-13
>
ikitommi17:02:56

about to add support for the new #malli Lite syntax for reitit: https://github.com/metosin/reitit/pull/529. Basically data-spec / schema style maps, which translate to full Malli Schemas. Good for simple cases like inlined parameters definitions in the route data.

ikitommi17:02:54

as there is no ambiguity issues, any malli schema works with them, the whole lite is just few helpers functions that translate vanilla clojure maps into malli :map schemas.

👍 2