Skip to content

Latest commit

 

History

29 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

Repository files navigation

Clean Reactive Architecture Documentation

Samples

The samples implement the same architecture with different frameworks and libraries. The units, the boundaries and the diagram do not change - only the tools used to realize them. The samples also sit at different states of decomposition.

  • One-file React App - every unit inlined in a single component. The easiest place to start reading.
  • React App - React and RTK Query, partially decomposed.
  • Angular App - Angular and TanStack Query, partially decomposed.
  • Next.js App - full-stack, covering both the client and the server.

Partially decomposed is deliberate. Some units have their own files, others remain inlined in the component that uses them, because continuous refactoring extracts a unit only when it earns it.

About

Architecture specification and development methodology for Clean Reactive Architecture

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors