/clean-react-template

React app with testable core domain separated from React lib and infrastructure

Primary LanguageTypeScript

Clean React template

This project is a boilerplate for a React app which could be easier to maintain if it gets bigger.

Screenshot

Install

yarn
yarn test

Architecture

  • src/app : React App : pages and (dumb) components
  • src/core : state of the app, wrapped in an EcommerceApp instance.
  • src/infrastructure : API services (and mocks) used by core