Tags
Language
Tags
April 2024
Su Mo Tu We Th Fr Sa
31 1 2 3 4 5 6
7 8 9 10 11 12 13
14 15 16 17 18 19 20
21 22 23 24 25 26 27
28 29 30 1 2 3 4

React Clean Architecture: Redefining React application design in the context of Clean Architecture

Posted By: yoyoloit
React Clean Architecture: Redefining React application design in the context of Clean Architecture

React Clean Architecture: Redefining React application design in the context of Clean Architecture
by Imamori, Daichi

English | 2021 | ISBN: ‎ B09FG94392 | 113 pages | PDF EPUB AZW3 | 6.52 MB

In this book, I will rethink the design of applications built with React and Redux from the perspective of Clean Architecture, and sometimes propose new designs.
I will aim to apply this approach to the web front-end domain, where Clean Architecture has not been widely adopted until now.
Of course, Clean Architecture is not a silver bullet that solves everything, and how it should be applied will vary depending on the product and the team.
We hope that this book will help you get one step ahead in React application design.

Chapter1 Clean Architecture
1.1 What is CleanArchitecture?
1.2 Why Clean Architecture?
1.3 Clean Architecture and Domain Driven Design
1.4 Design Principle
1.5 Component Principle
1.6 Clean Architecture
1.7 Main Component
Chapter2 Dependency Injection
2.1 DI Library for TypeScript
2.2 Simple DI without Libraries
2.3 TSyringe
2.4 Dependency Inversion with DI Library
Chapter3 Single Page Application
3.1 Difference from the Original Book
3.2 Framework
3.3 Relationship between SPA and Concentric Diagrams
3.4 Entity and View Model
3.5 Use Case
3.6 Redux and Clean Architecture
Chapter4 Scalable React
4.1 React Component
4.2 Dependency Inversion of CSS
4.3 React Component Relationship
4.4 Hooks API