Beautiful-React-Redux-Typescript icon indicating copy to clipboard operation
Beautiful-React-Redux-Typescript copied to clipboard

Beautifully describes how to knit using React, Redux, and TypeScript.

Beautiful React Redux TypeScript

한국어 문서는 여기서 보실 수 있습니다!

This document describes how to use React, Redux, Redux-saga, and Typescript beautifully.

A table of contents

Please read it in the order below.

1. Standard

By default, this section describes how to draw layouts over network communication using React, Redux, Redux saga and TypeScript.

2. Modularization

Learn how to divide reducers and saga into domain units.

The reason for this division is that reducers and saga have more logic per domain. ex) Managing the status of user domains and product domains.

3. Reuse

As we divide into various domains, there are many logic overlaps between saga and reducer. Let's separate the logic for reuse.