2.3.2 • Published 3 years ago

cra-template-zegs v2.3.2

Weekly downloads
2
License
MIT
Repository
github
Last release
3 years ago

cra-template-zegs

Zegs' template for Create React App. Bootstrap React applications with a powerful custom router included

Usage

npx create-react-app my-app --template zegs

Includes

  • TypeScript
  • ESLint
  • Prettier
  • ReactRouterDom and a custom RoutesRenderer with easy condition handler, redirects and fully typed links with matching typed params

Directory structure

├── src
│   ├── Pages
│   ├── Helpers
│   │   ├── router
│   │   │   ├── conditions.ts
│   │   │   ├── routes.ts
│   │   │   ├── TypedLink.tsx
│   │   │   ├── utils.ts
│   └── index.tsx
├── .eslintrc.js
├── .prettierrc
├── tsconfig.json
2.3.0

3 years ago

2.3.2

3 years ago

2.3.1

3 years ago

2.2.0

3 years ago

2.1.4

3 years ago

2.1.2

3 years ago

2.1.1

3 years ago

2.0.2

3 years ago

2.1.3

3 years ago

2.1.0

3 years ago

2.0.1

3 years ago

2.0.0

3 years ago

1.3.1

4 years ago

1.3.0

4 years ago

1.2.0

4 years ago

1.1.0

4 years ago

1.0.9

4 years ago

1.0.8

4 years ago

1.0.7

4 years ago

1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.2

4 years ago

1.0.3

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago