---
title: createRoutesFromElements
---

# createRoutesFromElements

[MODES: framework, data, declarative]

## Summary

[Reference Documentation ↗](https://api.reactrouter.com/v7/functions/react_router.createRoutesFromElements.html)

Create route objects from JSX elements instead of arrays of objects

## Signature

```tsx
createRoutesFromElements(children, parentPath): undefined
```

## Params

### children

[modes: framework, data, declarative]

_No documentation_

### parentPath

[modes: framework, data, declarative]

_No documentation_
