reititfrontendeasy
reitit.frontend.easy is a frontend routing module in the Reitit library for ClojureScript that provides a compact, convenient API for building client-side routes in single-page applications. It offers a simple, data-driven DSL that lets developers declare routes as nested vectors with optional metadata, and integrates with the browser’s history or hash-based routing.
Routes in reitit.frontend.easy are defined using a concise data structure where each path segment is represented
The API focuses on ease of use. Typical usage involves creating a router with a simple call,
reitit.frontend.easy is commonly used with ClojureScript UI toolkits such as Reagent or re-frame, where routing integrates