About 16,400 results
Open links in new tab
  1. The Clean Architecture using React and TypeScript. Part 1

    May 17, 2020 · The Clean Architecture allows you to isolate the use of specific frameworks, libraries and technologies, therefore you can test them easier and replace them to another ones.

  2. The Ultimate Clean Architecture Template for TypeScript Projects

    Aug 4, 2022 · In this guide, I explain my approach to creating a TypeScript project template that implements clean architecture principles. This will probably work for any type of application …

  3. Clean Architecture: Applying with React - DEV Community

    Jul 24, 2022 · Clean architecture with things like Redux or React Context is possible, but difficult. There's tooling out there for different approaches, it's up to the engineer to pick the right one …

  4. React Clean Architecture: A Guide for Scalable, Testable Apps

    Feb 22, 2024 · Inspired by the works of Robert C. Martin (“Uncle Bob”), this approach prioritizes maintainability, testability, and the independence of your application’s core logic from …

  5. eduardomoroni/react-clean-architecture - GitHub

    Applying clean architecture to a react codebase brings lots of benefits, most of them you can find by simply googling what's clean architecture and what should we adopt architectural patterns. …

  6. Clean Architecture For React - React.js Examples

    Oct 5, 2021 · We’ll describe briefly what each layer does in CLEAN architecture, in order to understand how we can leverage some of these concepts in our React applications. CLEAN …

  7. bespoyasov/frontend-clean-architecture: React - GitHub

    A React + TypeScript example app built using the clean architecture in a functional(-ish) way. Working app; Huge post about it

  8. Clean Architecture: React and Typescript - DEV Community

    Oct 25, 2021 · By employing clean architecture, you can design applications with very low coupling and independent of technical implementation details, such as databases and …

  9. React TypeScript template with Vite using Clean Architecture

    This is a React + TypeScript + Chakra UI boilerplate to be built with Vite implementing clean architecture. It also includes Husky and a pre-commit hook that runs yarn format.

  10. Clean architecture in Frontend (React/Redux/Typescript)

    Oct 23, 2021 · Use Cases: A data flow — For example, when signing up a user, the use case will call UserService to check the existence of the user before creating. Adapters: Implement …

  11. Some results have been removed
Refresh