All Projects → t-tiger → React-CleanArchitecture-Example

t-tiger / React-CleanArchitecture-Example

Licence: Apache-2.0 License
Sample frontend project with Clean Architecture using React.js and jest.

Programming Languages

typescript
32286 projects
HTML
75241 projects

Projects that are alternatives of or similar to React-CleanArchitecture-Example

clean-architecture
Package for isolate your domain code from framework dependency using DDD concepts.
Stars: ✭ 93 (+27.4%)
Mutual labels:  ddd, clean-architecture
EcommerceDDD
Experimental full-stack application using Domain-Driven Design, CQRS, and Event Sourcing.
Stars: ✭ 178 (+143.84%)
Mutual labels:  ddd, clean-architecture
repository
[PHP 7] Implementation and definition of a base Repository in Domain land.
Stars: ✭ 26 (-64.38%)
Mutual labels:  ddd, clean-architecture
Service Pattern Go
Simple clean Go REST API architecture with dependency injection and mocking example, following SOLID principles.
Stars: ✭ 449 (+515.07%)
Mutual labels:  mock, clean-architecture
MonolithicArchitecture
This repository presents an approach on how to build an application using Monolithic architecture, ASP.NET Core, EntityFrameworkCore, Identity Server, CQRS, DDD
Stars: ✭ 18 (-75.34%)
Mutual labels:  ddd, clean-architecture
awesome-software-architecture
A curated list of awesome articles, videos, and other resources to learn and practice software architecture, patterns, and principles.
Stars: ✭ 1,594 (+2083.56%)
Mutual labels:  ddd, clean-architecture
ITL
Sample Web API implementation with .NET Core and DDD using Clean Architecture.
Stars: ✭ 29 (-60.27%)
Mutual labels:  ddd, clean-architecture
Dotnet New Caju
Learn Clean Architecture with .NET Core 3.0 🔥
Stars: ✭ 228 (+212.33%)
Mutual labels:  ddd, clean-architecture
educational-platform
Modular Monolith Java application with DDD
Stars: ✭ 124 (+69.86%)
Mutual labels:  ddd, clean-architecture
ema
External memory app - allows one to quickly post and search text notes
Stars: ✭ 43 (-41.1%)
Mutual labels:  ddd, clean-architecture
Netcorekit
💗 A crafted toolkit for building cloud-native apps on the .NET platform
Stars: ✭ 248 (+239.73%)
Mutual labels:  ddd, clean-architecture
go-todo-app
Go + Angular Todo App
Stars: ✭ 21 (-71.23%)
Mutual labels:  ddd, clean-architecture
Cqrs Clean Eventual Consistency
CQRS, using Clean Architecture, multiple databases and Eventual Consistency
Stars: ✭ 247 (+238.36%)
Mutual labels:  ddd, clean-architecture
nbb
.Net Building Blocks
Stars: ✭ 98 (+34.25%)
Mutual labels:  ddd, clean-architecture
Node Api Boilerplate
DDD/Clean Architecture inspired boilerplate for Node web APIs
Stars: ✭ 2,797 (+3731.51%)
Mutual labels:  ddd, clean-architecture
clean architecture typescript example
This repository provides an implementation (or at least an attempt) of Uncle Bob's Clean Architecture with Typescript.
Stars: ✭ 78 (+6.85%)
Mutual labels:  ddd, clean-architecture
Typescript Clean Architecture
It is my attempt to create Clean Architecture based application in Typescript
Stars: ✭ 225 (+208.22%)
Mutual labels:  ddd, clean-architecture
Run Aspnetcore
A starter kit for your next ASP.NET Core web application. Boilerplate for ASP.NET Core reference application, demonstrating a layered application architecture with applying Clean Architecture and DDD best practices. Download 100+ page eBook PDF from here ->
Stars: ✭ 227 (+210.96%)
Mutual labels:  ddd, clean-architecture
eShopOnWeb
Sample ASP.NET Core 6.0 reference application, powered by Microsoft, demonstrating a layered application architecture with monolithic deployment model. Download the eBook PDF from docs folder.
Stars: ✭ 8,250 (+11201.37%)
Mutual labels:  ddd, clean-architecture
Clean-Architecture-Template
Configurable Clean Architecture template containing the DDD + CQRS approach for .NET Core applications.
Stars: ✭ 14 (-80.82%)
Mutual labels:  ddd, clean-architecture

React Clean Architecture Example

Introducing Clean Architecture will make application sustainable and improve testability. We can receive the benefits of Clean Architecture not only for backend app but also for the frontend app.

This project introduces Clean Architecture in frontend and executes unit test using mock in each layer.

How to run

Here's how to actually run this project.

Mock Server

There is a flow to fetch some data in frontend, for that preparing a mock server to send temporary data.

$ cd mock_server 
$ yarn
$ yarn start

Frontend

$ yarn install
$ yarn start

Then open http://localhost:1234 in your browser.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].