git clone https://github.com/aularon/rjsf-layout-example-nextjs
cd rjsf-layout-example-nextjs
pnpm i
pnpm dev
src/schema.ts
Where we define our schemasrc/TODOList.tsx
Where we define our formsrc/UntypedTODOList.tsx
An alternative, mostly untyped, way to use RJSF Layout
Both files have ⭐ comments all around with various explanations