ddd-react-example
DDD React
File Explorer
- vite.svg
- db.json
- index.css
- main.tsx
- Car.ts
- GetCarsRepository.ts
- UpdateCarRepository.ts
- GetCarsService.spec.ts
- GetCarsService.ts
- UpdateCarService.spec.ts
- UpdateCarService.ts
- index.ts
- CarDetails.component.spec.tsx
- CarDetails.component.tsx
- useGetCar.hook.spec.tsx
- useGetCar.hook.ts
- useGetCars.hook.spec.tsx
- useGetCars.hook.ts
- useSearch.hook.spec.ts
- useSearch.hook.ts
- useSort.hook.spec.ts
- useSort.hook.ts
- useUpdateCar.hook.spec.tsx
- useUpdateCar.hook.ts
- Car.page.spec.tsx
- Car.page.tsx
- Cars.page.spec.tsx
- Cars.page.tsx
- index.ts
- GetCarsHttpService.spec.ts
- GetCarsHttpService.ts
- UpdateCarHttpService.spec.ts
- UpdateCarHttpService.ts
- index.ts
- CarsTableCell.component.spec.tsx
- CarsTableCell.component.tsx
- CarsTableHeader.component.spec.tsx
- CarsTableHeader.component.tsx
- CarsTable.component.spec.tsx
- CarsTable.component.tsx
- InputSearch.component.spec.tsx
- InputSearch.component.tsx
- SortSelect.component.spec.tsx
- SortSelect.component.tsx
- index.ts
- index.ts
- container.ctx.ts
- di.ts
- index.ts
- Error.component.spec.tsx
- Error.component.tsx
- Header.component.spec.tsx
- Header.component.tsx
- Loader.component.spec.tsx
- Loader.component.tsx
- PageContainer.component.spec.tsx
- PageContainer.component.tsx
- index.ts
- GetCarsHttpMock.service.ts
- index.ts
- UpdateCarHttpMockService.ts
- wrapper.tsx
- vite-env.d.ts
- .eslintrc.cjs
- .gitignore
- .hintrc
- .prettierignore
- .prettierrc
- index.html
- jest.config.ts
- package.json
- postcss.config.js
- README.md
- tailwind.config.js
- tsconfig.json
- tsconfig.node.json
- vite.config.ts
- vitest.config.ts
- yarn.lock
# Use via CDN
jsDelivrjsDelivr serves any public GitHub repository as a CDN with zero setup. Pick a version and a file to get a ready-to-paste link and snippet.
Link
Example
Command Glossary
Commands referenced in this DOCs, explained below.
yarn
View Details ▼
yarn
JavaScript and Node.js package manager alternative.
yarn global add {{module_name}}
Install a module globally:
yarn install
Install all dependencies referenced in the `package.json` file (the `install` is optional):
yarn add {{module_name}}@{{version}}
Install a module and save it as a dependency to the `package.json` file (add `--dev` to save as a dev dependency):
# Project Badges
-
DDD React
// repository documentation
Was this content helpful?
(0 ratings)
