Structure examples

Below are different folder structures commonly used in projects. Click the copy button to copy the JSON.

Feature Based Structure

pages
<feature-name>
<feature-name>-component.tsx
<feature-name>-hook.tsx
<feature-name>-context.tsx
<feature-name>-service.tsx
<feature-name>-config.tsx
<feature-name>-route.ts
<feature-name>-constant.tsx

Layered Architecture

src
components
<feature-name>-component.tsx
services
<feature-name>-service.ts
store
<feature-name>-slice.ts
utils
helpers.ts