Vallista / Beautiful-React-Redux-Typescript

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

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

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.

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

About

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


Languages

Language:TypeScript 89.5%Language:HTML 10.2%Language:CSS 0.2%