UNPKG

cra-template-jam

Version:

A quick start Create React App template with React Router, Redux Toolkit, TypeScript, Styled Components and custom ESlint configurations

6 lines (4 loc) 148 B
import { routes } from './routesList'; export function getRouteByName(name: string) { return routes.find(route => route.name === name); }