navneetlal / react-redux-epic-ts

Basic react application with redux and apis in typescipt

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

React Redux Application

Folder Structure

.
├── src
│   ├── assets
│   │   ├── fonts
│   │   └── images
│   ├── components
│   ├── containers
│   ├── helpers
│   ├── hooks
│   ├── store
│   │   ├── actions
│   │   ├── epics
│   │   ├── reducers
│   │   ├── types
│   │   └── index.ts
│   ├── utils
│   ├── views
│   │   ├── CategoryPage
│   │   │   ├── components
│   │   │   │   └── CategoryPageComponent.tsx
│   │   │   └── CategoryPage.tsx
│   │   └── HomePage
│   │       ├── components
│   │       │   └── HomePageComponent.tsx
│   │       └── HomePage.tsx
│   ├── index.css
│   ├── index.tsx
│   ├── routes.tsx
├── package.json
├── README.md
├── tsconfig.json
└── yarn.lock

20 directories, 21 files

About

Basic react application with redux and apis in typescipt

License:MIT License


Languages

Language:TypeScript 54.6%Language:HTML 37.1%Language:CSS 7.9%Language:Shell 0.5%