reitit/examples
Martín Varela 81b9464f68 deps: bump deps for frontend example
Also fix frontend example to work with current reagent version
2024-04-19 16:25:45 +03:00
..
buddy-auth deps: bump deps in examples/buddy-auth 2024-04-19 14:32:08 +03:00
frontend deps: bump deps for frontend example 2024-04-19 16:25:45 +03:00
frontend-auth deps: bump deps for frontend example 2024-04-19 16:25:45 +03:00
frontend-controllers deps: bump deps for frontend example 2024-04-19 16:25:45 +03:00
frontend-links deps: bump deps for frontend example 2024-04-19 16:25:45 +03:00
frontend-malli deps: bump deps for frontend example 2024-04-19 16:25:45 +03:00
frontend-prompt deps: bump deps for frontend example 2024-04-19 16:25:45 +03:00
frontend-re-frame deps: bump deps for frontend example 2024-04-19 16:25:45 +03:00
http deps: update deps on some examples 2024-04-19 14:32:08 +03:00
http-swagger deps: update deps on some examples 2024-04-19 14:32:08 +03:00
just-coercion-with-ring deps: bump the deps of some examples 2024-04-19 14:32:08 +03:00
openapi deps: bump the deps of some examples 2024-04-19 14:32:08 +03:00
pedestal deps: bump the deps of some examples 2024-04-19 14:32:08 +03:00
pedestal-malli-swagger fix: ns name in examples/pedestal-malli-swagger, bump deps 2024-04-19 14:32:08 +03:00
pedestal-swagger deps: bump deps on some examples 2024-04-19 14:32:08 +03:00
ring-example deps: bump deps on some examples 2024-04-19 14:32:08 +03:00
ring-integrant deps: bump the deps on some examples 2024-04-19 14:32:08 +03:00
ring-malli-lite-swagger deps: bump the deps on some examples 2024-04-19 14:32:08 +03:00
ring-malli-swagger deps: bump the deps on some examples 2024-04-19 14:32:08 +03:00
ring-spec-swagger deps: bump the deps on some examples 2024-04-19 14:32:08 +03:00
README.md Add frontend-malli example 2024-02-26 11:12:54 +02:00

Examples

buddy-auth

frontend-auth

frontend-controllers

frontend-prompt

frontend-re-frame

frontend

Frontend example with clojure.spec coercion.

frontend-malli

Frontend example with Malli coercion.

http-swagger

Coercion with Spec and Swagger generation.

Same as ring-spec-swagger?

Async examples as extra.

http

Async example.

just-coercion-with-ring

Bad name.

Coercion example for spec, data-spec, Schema. No Swagger generation or Malli!

Same as ring-example?

pedestal-swagger

pedestal

ring-example

Coercion example for spec, data-spec, Schema. No Swagger generation or Malli!

ring-integrant

ring-malli-swagger

Coercion with Malli and Swagger generation.

ring-spec-swagger

Coercion with Spec and Swagger generation.