ynnckth / pizza-time

Exploring and implementing state-of-the-art practices and tech when using ReactJS
0 stars 0 forks source link

Alternative: Implement state management with redux-saga and redux-toolkit #3

Open ynnckth opened 2 years ago

ynnckth commented 2 years ago

Implement state management using redux-saga and redux-toolkit. According to some initial research this stack seems to be quite widely used in enterprise applications.

Implement this solution on the main branch.

Considerations:

Conventions for action names:

https://medium.com/stashaway-engineering/react-redux-tips-better-way-to-handle-loading-flags-in-your-reducers-afda42a804c6

Installation

https://redux.js.org/introduction/installation

ynnckth commented 2 years ago

Use SWR or similar for simplified data fetching